Results 1 to 3 of 3
im sorry but i dont get it
i put the java bin file in my home folder
then in the home folder on the top text box i typed in ...
- 09-13-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 8
how do you open.bin?
im sorry but i dont get it
i put the java bin file in my home folder
then in the home folder on the top text box i typed in ./jre-6u2-linux-i586.bin
but it comes up with a msg that says
"Couldn't find ./jre-6u2-linux-i586.bin
Please check the spelling and try again"
- 09-14-2007 #2
Hi and Welcome !
You can Open .bin files in that way. Open Terminal/Konsole and execute this
Check this Tutorial too.Code:ls ./jre-6u2-linux-i586.bin
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-14-2007 #3
Before running/opening the file, you may need to make it executable e.g. by doing
Code:$chmod +x jre-6u2-linux-i586.bin


Reply With Quote