PDA

View Full Version : [SOLVED] How to install a .bin file



ubun2warrior
April 18th, 2010, 05:23 AM
Hi

I have a "jdk 1.05-linux.bin" file. how am i supposed to insall it on Ubunu ?

Regards To All

jkxx
April 18th, 2010, 05:32 PM
Are you trying to get Java installed? If so, please see http://ubuntuforums.org/showthread.php?t=1444799&highlight=java this thread.

If you definitely need that particular file, you could try dropping into a terminal and doing the following


chmod +x jdk 1.05-linux.bin
./jdk 1.05-linux.bin

Btw, I strongly recommend following that first link instead of trying to run that file from the command line.