Find the answer to your Linux question:
Results 1 to 6 of 6
hi every one i need help i dont know what to do when i try to install my java for linux (self-extracting) i do every thing right in the terminal ...
  1. #1
    Just Joined!
    Join Date
    Dec 2009
    Posts
    2

    Smile please i really need help installing java

    hi every one i need help i dont know what to do when i try to install my java for linux (self-extracting) i do every thing right in the terminal i get this message:

    Creating jre1.6.0_17/lib/rt.jar
    ./jre-6u17-linux-i586.bin: line 381: 17200 Segmentation fault $UNPACK_EXE $javahome/`dirname $i`/`basename $i .jar`.pack $javahome/$i
    ERROR: Failed to unpack JAR file:

    lib/rt.jar

    Installation failed. Please refer to the Troubleshooting Section of
    the Installation Instructions on the download page.

    please what the hell do i do?????

    yours kindly

    thedumbone.

  2. #2
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,946
    Delete the self extracting file you downloaded. Go to System>Administration>Synaptic Package Manager. Use the search box for java. Install Java through synaptic.
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  3. #3
    Just Joined!
    Join Date
    Dec 2009
    Posts
    2
    how do i get there i cant find administration

  4. #4
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,946
    left click on system on top task bar. Administration should br there. Are you running Gnome or KDE?
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  5. #5
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,946
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  6. #6
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    Or in a terminal you can install the restricted extras package which includes a java runtime among many other useful things by executing

    Code:
    sudo apt-get install ubuntu-restricted-extras
    If you want the development kit you can run the following in the terminal

    Code:
    sudo apt-get install sun-java6-jdk
    If you are developing Java programs you can do a lot worse than Netbeans which can be installed by running

    Code:
    sudo apt-get install netbeans
    There may be a lot of dependencies for Netbeans!

    For each of these commands you will need to give your password.
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

Posting Permissions

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