Results 1 to 4 of 4
I have downloaded jdk6u7-linux-rpm.bin and jdk6u7-linux.bin
how do i install these i have to run java programs. and do i need to set classpath and path please explain in detail ...
- 10-01-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 9
JDK installation
I have downloaded jdk6u7-linux-rpm.bin and jdk6u7-linux.bin
how do i install these i have to run java programs. and do i need to set classpath and path please explain in detail because i m new to fedora9
- 10-01-2008 #2
Hi
try the followingCode:# chmod a+x jdk6u7-linux-rpm.bin # ./jdk6u7-linux-rpm.bin
"If we lived in a world where the better technology won out, then no doubt everybody and their aunt Fanny would be using GNU/Linux"
Sam Varghese
- 10-01-2008 #3
It will install java in the folder from where you have executed this command.
Then you can set the path and java home in the .bash_profile file.
PATH=/usr/local/jdk-xxx/bin: (Rest of the entry)
JAVA_HOME=/usr/local/jdk-xxx
export JAVA_HOME
After saving the .bash_profile file execute this file:
$ source .bash_profile
- 10-01-2008 #4"If we lived in a world where the better technology won out, then no doubt everybody and their aunt Fanny would be using GNU/Linux"
Sam Varghese


Reply With Quote
