Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: shuiend on 15 September 2002, 04:32

Title: .bin
Post by: shuiend on 15 September 2002, 04:32
how do i run .bin files? and howdo i install limewire? i get a something about needing virtual java or something.
Title: .bin
Post by: KernelPanic on 15 September 2002, 04:39
You need to run it from console.
It it will still not run you will need to make it executable with chmod.
Title: .bin
Post by: choasforages on 15 September 2002, 04:52
sh blah.bin

and if it asks about jave, your goijng to have to install it, and do some hacking with your path
Title: .bin
Post by: Master of Reality on 16 September 2002, 02:53
/path/to/file.bin
or
cd /path/to/
./file.bin