Page 1 of 3 123 LastLast
Results 1 to 10 of 27

Thread: Since the removal of Sun's J2RE...

  1. #1
    Join Date
    Aug 2005
    Location
    Ecotopia
    Beans
    136
    Distro
    Ubuntu 8.04 Hardy Heron

    Since the removal of Sun's J2RE...

    ... any chance we'll see the inclusion of a Java VM that supports Azureus? I miss it.
    Last edited by PaganHippie; September 24th, 2005 at 07:30 AM. Reason: Speling erurz
    -- PH

    Individually, we can make a difference. Together, we can change the world.

  2. #2
    Join Date
    Apr 2005
    Location
    Calgary, AB
    Beans
    91
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Since the removal of Sun's J2RE...

    The new easiest way to install Java now:

    1. http://java.sun.com/j2se/1.5.0/download.jsp

    2. Download Linux self-extracting file jre-1_5_0_04-linux-i586.bin (or whatever the file is) 15.83 MB

    3.
    Code:
    sudo apt-get install fakeroot java-package

    4.
    Code:
    sudo fakeroot make-jpkg jre-1_5_0_04-linux-i586.bin
    or
    Code:
    sudo fakeroot make-jpkg jre-*
    or
    Code:
    sudo fakeroot make-jpkg jdk-*

    5.
    Code:
    sudo dpkg -i *.deb
    Last edited by Ubunted; September 29th, 2005 at 12:17 AM.

  3. #3
    Join Date
    Aug 2005
    Location
    Ecotopia
    Beans
    136
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Since the removal of Sun's J2RE...

    I'll give that a try, thanks.

    [edit]

    Everything seems OK until I try to make the .deb package. I get a string of error messages:

    /home/angus/jre-1_5_0_05-linux-i586.bin: line 285: /etc/mailcap: Permission denied
    cp: cannot remove `/usr/share/pixmaps/sun-java.png': Permission denied
    cp: cannot remove `/usr/share/icons/HighContrast/48x48/apps/sun-java.png': Permission denied
    cp: cannot remove `/usr/share/icons/HighContrastInverse/48x48/apps/sun-java.png': Permission denied
    cp: cannot remove `/usr/share/icons/LowContrast/48x48/apps/sun-java.png': Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 433: /usr/share/mime-info/java-archive.keys: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 434: /usr/share/mime-info/java-archive.keys: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 435: /usr/share/mime-info/java-archive.keys: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 436: /usr/share/mime-info/java-archive.keys: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 437: /usr/share/mime-info/java-archive.keys: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 438: /usr/share/mime-info/java-archive.keys: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 441: /usr/share/mime-info/java-archive.mime: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 442: /usr/share/mime-info/java-archive.mime: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 445: /usr/share/application-registry/java-archive.applications: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 446: /usr/share/application-registry/java-archive.applications: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 447: /usr/share/application-registry/java-archive.applications: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 448: /usr/share/application-registry/java-archive.applications: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 449: /usr/share/application-registry/java-archive.applications: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 450: /usr/share/application-registry/java-archive.applications: Permission denied
    cp: cannot remove `/usr/share/pixmaps/sun-java.png': Permission denied
    cp: cannot remove `/usr/share/icons/HighContrast/48x48/apps/sun-java.png': Permission denied
    cp: cannot remove `/usr/share/icons/HighContrastInverse/48x48/apps/sun-java.png': Permission denied
    cp: cannot remove `/usr/share/icons/LowContrast/48x48/apps/sun-java.png': Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 433: /usr/share/mime-info/java-web-start.keys: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 434: /usr/share/mime-info/java-web-start.keys: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 435: /usr/share/mime-info/java-web-start.keys: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 436: /usr/share/mime-info/java-web-start.keys: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 437: /usr/share/mime-info/java-web-start.keys: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 438: /usr/share/mime-info/java-web-start.keys: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 441: /usr/share/mime-info/java-web-start.mime: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 442: /usr/share/mime-info/java-web-start.mime: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 445: /usr/share/application-registry/java-web-start.applications: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 446: /usr/share/application-registry/java-web-start.applications: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 447: /usr/share/application-registry/java-web-start.applications: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 448: /usr/share/application-registry/java-web-start.applications: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 449: /usr/share/application-registry/java-web-start.applications: Permission denied
    /home/angus/jre-1_5_0_05-linux-i586.bin: line 450: /usr/share/application-registry/java-web-start.applications: Permission denied

    Any ideas?
    Last edited by PaganHippie; September 28th, 2005 at 08:09 AM. Reason: Addendum
    -- PH

    Individually, we can make a difference. Together, we can change the world.

  4. #4
    Join Date
    Apr 2005
    Location
    Prague, Czech Republic
    Beans
    908
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Since the removal of Sun's J2RE...

    EDIT: Ummm I'm having trouble with the deb package.
    jenda@niniel:~$ fakeroot make-jpkg /home/jenda/Desktop/jre.bin
    Creating temporary directory: /tmp/make-jpkg.XXXXhhhWMr
    Loading plugins: blackdown-j2re.sh blackdown-j2sdk.sh common.sh ibm-j2re.sh ibm-j2sdk.sh j2re.sh j2sdk.sh j2se.sh sun-j2re.sh sun-j2sdk.sh

    No matching plugin was found.
    Removing temporary directory: done
    I don't think one was created
    Last edited by Jenda; September 28th, 2005 at 03:30 PM.
    This message was brought to you by dvorak!
    Visit us on IRC as well: #ubuntuforums on irc.freenode.net

  5. #5
    Join Date
    Apr 2005
    Location
    Prague, Czech Republic
    Beans
    908
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Since the removal of Sun's J2RE...

    OK - I managed in the end.
    This message was brought to you by dvorak!
    Visit us on IRC as well: #ubuntuforums on irc.freenode.net

  6. #6
    Join Date
    May 2005
    Location
    Potsdam, NY
    Beans
    1,310
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Since the removal of Sun's J2RE...

    Someone should look into compiling Azureus' source code (Yes you can compile Java into a binary that doesn't need the RE)
    ArchLinux 0.8.0
    Associate Member of the Free Software Foundation

  7. #7
    Join Date
    Apr 2005
    Location
    Calgary, AB
    Beans
    91
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Since the removal of Sun's J2RE...

    "Permission Denied" messages usually mean you're not running as root. I guess there should be a "sudo" in front of those fakeroot commands.

  8. #8
    Join Date
    Jul 2005
    Location
    on the edge of reality...
    Beans
    Hidden!

    Re: Since the removal of Sun's J2RE...

    Quote Originally Posted by Ubunted
    I guess there should be a "sudo" in front of those fakeroot commands.
    Yes, there should be.

    -- UDSF | Tango Desktop Project --

    -- openSUSE 11.3 / Ubuntu 10.04 --

  9. #9
    Join Date
    Aug 2005
    Location
    Ecotopia
    Beans
    136
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Since the removal of Sun's J2RE...

    Hmm, when I tried that it complained:

    angus@Talisker:~$ sudo fakeroot make-jpkg jre-*
    You are real root -- unfortunately, some Java distributions have
    install scripts that directly manipulate /etc, and may cause some
    inconsistencies on your system. Instead, you should become a
    non-root user and run:

    fakeroot make-jpkg jre-1_5_0_05-linux-i586.bin

    which will allow no damage to be done to your system files and
    still permit the Java distribution to successfully extract.

    Aborting.


    What if I ran it from 'root terminal' & left off 'sudo' and 'fakeroot'?
    Last edited by PaganHippie; September 29th, 2005 at 05:38 AM. Reason: Elucidation
    -- PH

    Individually, we can make a difference. Together, we can change the world.

  10. #10
    manicka Guest

    Re: Since the removal of Sun's J2RE...

    I have azureus 2.3.0.4 (GTK version form the main site) working well with the jre 1.4 version that comes with breezy. At the first startup it complained about 1.5 not being installed. It then downlaoded some updates and has run without any error messages since. I don't really like azureus and prefer bittornado, but it seems to be working okay.

Page 1 of 3 123 LastLast

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
  •