LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   java sdk (https://www.linuxquestions.org/questions/linux-software-2/java-sdk-59230/)

lsansan 05-11-2003 12:41 PM

java sdk
 
Hi all,

I have downloaded java sdk from sun, the file is:
j2sdk-1_4_1_02-linux-i586-rpm.bin

How can i install (or run) this file, in another way, how can i convert this file to something like j2sdk-1_4_1_02-linux-i586.rpm?

Thank you very much for your answer.

_kossak_ 05-11-2003 12:58 PM

It's easy:

$ chmod 755 j2sdk-1_4_1_02-linux-i586-rpm.bin

make sure you're at the directory where you wish to install j2sdk
( maybe /usr/local )

$ ./j2sdk-1_4_1_02-linux-i586-rpm.bin

Then just follow the instructions.

Good luck!


All times are GMT -5. The time now is 11:33 PM.