Results 1 to 9 of 9
I downloaded Java from the Java website, and went into the root to try and make it an executable file, and it says "chmod: cannot access `home/Non-Admin/Downloads/jre-6u25-linux-i586-rpm.bin': No such file ...
- 05-30-2011 #1Just Joined!
- Join Date
- May 2011
- Posts
- 19
Installing Java on Fedora 14?
I downloaded Java from the Java website, and went into the root to try and make it an executable file, and it says "chmod: cannot access `home/Non-Admin/Downloads/jre-6u25-linux-i586-rpm.bin': No such file or directory". Is there some sort of program I can install that will automatically turn the rpm.bin/.bin into an executable file? This is frustrating, but persistance is key.
- 05-30-2011 #2Just Joined!
- Join Date
- May 2011
- Location
- Malaysia
- Posts
- 39
- 05-30-2011 #3Just Joined!
- Join Date
- May 2011
- Posts
- 19
I don't have Gnome, but I ran "sh (downloaded path)/file name" and I got "Unpacking...
Checksumming...
Extracting...
UnZipSFX 5.50 of 17 February 2002, by Info-ZIP (Zip-Bugs@lists.wku.edu).
inflating: jre-6u25-linux-i586.rpm
Preparing... ########################################### [100%]
1:jre ########################################### [100%]
Unpacking JAR files...
rt.jar...
jsse.jar...
charsets.jar...
localedata.jar...
plugin.jar...
javaws.jar...
deploy.jar...
Done."
And it says it installed, but still no java?
- 05-30-2011 #4Just Joined!
- Join Date
- May 2011
- Location
- Malaysia
- Posts
- 39
Try
javac -version
or
which java
btw, is this a rhel/centos/fedora? just in case it's a different system
- 05-30-2011 #5Just Joined!
- Join Date
- May 2011
- Posts
- 19
Which java gave me, "/usr/bin/java" and I'm not sure what rhel/centos is, but I'm using Fedora 14?
- 05-30-2011 #6Just Joined!
- Join Date
- May 2011
- Posts
- 19
And it's "java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) Client VM (build 20.0-b11, mixed mode, sharing)"
- 05-30-2011 #7Just Joined!
- Join Date
- May 2011
- Location
- Malaysia
- Posts
- 39
Fedora's is from Redhat

That output tells you, you java/jre is installed.
- 05-30-2011 #8Just Joined!
- Join Date
- May 2011
- Posts
- 19
But it's still not working? I tried to test the version on the Java site, and it says "How do I test whether Java is working on my computer? Something is wrong. Java is not working"
Are there any other things you suggest?
- 05-30-2011 #9Just Joined!
- Join Date
- May 2011
- Location
- Malaysia
- Posts
- 39


Reply With Quote
