Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Java Runtime Environment (JRE) 6

  1. #11
    Join Date
    Sep 2005
    Location
    indonesia
    Beans
    200
    Distro
    Ubuntu

    Re: Java Runtime Environment (JRE) 6

    Quote Originally Posted by fede View Post
    Following Kuja's procedure, I did some minor changes to the steps in his code that didn't work for me. This is the code that I used:

    Code:
    chmod +x j??-6-linux-*.bin
    sudo ./j??-6-linux-*.bin
    sudo mkdir /usr/lib/jvm
    sudo mkdir /usr/lib/jvm/java-1.6.0-sun
    sudo cp j??1.6.0 /usr/lib/jvm/java-1.6.0-sun/jre -r
    sudo update-alternatives --install "/usr/bin/java" "java" "/usr/lib/jvm/java-1.6.0-sun/jre/bin/java" 1
    sudo update-alternatives --set java /usr/lib/jvm/java-1.6.0-sun/jre/bin/java
    java -version
    You will have to accept sun's license.
    This worked fine in a clean Edgy install. Thanks Kuja for your help!
    didnt work
    admini@ubuntu:~$ java -version
    bash: java: command not found

  2. #12
    Join Date
    Mar 2006
    Beans
    95

    Re: Java Runtime Environment (JRE) 6

    does this new version fix that blank app screen in java apps that uses swing when running beryl?

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •