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 ...
- 12-14-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 2
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.
- 12-14-2009 #2
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
- 12-15-2009 #3Just Joined!
- Join Date
- Dec 2009
- Posts
- 2
how do i get there i cant find administration
- 12-15-2009 #4
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
- 12-15-2009 #5
Maybe this will help
https://help.ubuntu.com/community/SynapticHowtoLinux 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
- 12-15-2009 #6
Or in a terminal you can install the restricted extras package which includes a java runtime among many other useful things by executing
If you want the development kit you can run the following in the terminalCode:sudo apt-get install ubuntu-restricted-extras
If you are developing Java programs you can do a lot worse than Netbeans which can be installed by runningCode:sudo apt-get install sun-java6-jdk
There may be a lot of dependencies for Netbeans!Code:sudo apt-get install 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.


Reply With Quote