Results 1 to 3 of 3
i have j2sdk-1_3_1_12-linux-i586.bin
but i dont know how to install it.when i open it, it gives a long written material. but i want to install java.
please help...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-05-2004 #1Just Joined!
- Join Date
- Jul 2004
- Location
- India
- Posts
- 25
jdk installing problem
i have j2sdk-1_3_1_12-linux-i586.bin
but i dont know how to install it.when i open it, it gives a long written material. but i want to install java.
please help
- 07-05-2004 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
1. Make it executable: "chmod 755 j2sdk-1_3_1_12-linux-i586.bin"
2. Run it: "./j2sdk-1_3_1_12-linux-i586.bin"
- 07-05-2004 #3Just Joined!
- Join Date
- Jun 2004
- Location
- UK
- Posts
- 88
Newbie-friendly alternative to that same code would be
, which adds ("+") execute ("x") privileges to the user ("u").Code:chmod u+x filename
Obviously dolda2000's answer is cleaner/more precise, but sometimes it's helpful to be able to visualize some of these commands.
Of course the man pages would explain how both ways of specifying the mode can be used.


Reply With Quote
