Stop Microsoft
		Operating Systems => Linux and UNIX => Topic started 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.
			
 
			
			- 
				You need to run it from console.
It it will still not run you will need to make it executable with chmod.
			 
			
			- 
				sh blah.bin
and if it asks about jave, your goijng to have to install it, and do some hacking with your path
			 
			
			- 
				/path/to/file.bin
or
cd /path/to/
./file.bin