Hello,

Im no linux guru and its been awhile since I installed the JDK but it went
something like this:
I had to change the .bin file to an executable with 
chmod +x filename
then execute the file with 
./filename
this extracted an .rpm which is intalled with
rpm -i filename.rpm

I forget where the files were installed but if I needed to find them I
would look for them with
find -name java.exe -print
then add that path to my PATH variable in ~/.bash_profile
this would put 'javac' for compiling and 'java' for running on your path.

This may or may not be good advice but hopefully it helps.

~John

--- Debopam Ghoshal <[EMAIL PROTECTED]> wrote:
> Hi All,
> Can anyone please help me on how to run the JDK
> (1.4.0) on linux. I have downloaded and installed the
> jdk (a .bin file) by writing sh <filename> and the
> prompt. However i do not know how to proceed next.
> That is, how to bring the JDK files in the path and
> also the lib files in the classpath. It would be of
> immense help of someone pls gives me a detailed
> description of how to compile and execute simple
> "hello world" file in linux. I am using Red Hat Linux
> 7.1.
> 
> Thanx in advance,
> Regards,
> Debopam.
> 
> __________________________________________________
> Yahoo! - We Remember
> 9-11: A tribute to the more than 3,000 lives lost
> http://dir.remember.yahoo.com/tribute
> 
> 
> 
> _______________________________________________
> Seawolf-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/seawolf-list


=====
MM does NOT yahoo..              O <you will be
                   ,^, ,^.    o      punished>   
  ________________/   /   \_o_  /  
 /  ______________}          ''-,/   
(                                |  ... And he does NOT
 \_____  ______________  ___,,--'\  look cool in variable
       \/              \/       \   width fonts!

__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to