aspose file tools
The moose likes Beginning Java and the fly likes what program can be used to execute .bin file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "what program can be used to execute .bin file" Watch "what program can be used to execute .bin file" New topic
Author

what program can be used to execute .bin file

Marius BONG
Greenhorn

Joined: Dec 16, 2001
Posts: 13
is there anybody know what program can i use to open .bin file ?
Joe Gilvary
Ranch Hand

Joined: May 11, 2001
Posts: 152
If you mean the JDK1.4 rc for Linux, just make the
file executable
chmod a+x j2sdk-1_4_0-rc-linux-i386.bin
then you can run it.
The instructions for this are in the installation
page for Linux at the Sun JDK download site.
http://java.sun.com/j2se/1.4/install-linux.html
HTH,
Joe
Marius BONG
Greenhorn

Joined: Dec 16, 2001
Posts: 13
i'm running windows ops, and i have a program (mock exam). i can open the file before, but after i format my computer, i cant open it anymore. i got jdk 1.3 in my computer, and JBuilder 3. The program (mock exam) file is in .bin format...i'm wondering do i have to install something else to execute that program.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what program can be used to execute .bin file
 
Similar Threads
bin file viewer
JRE problem in JWS
Creating .exe file
Installing JDK in Windows 7
Problem with basic HelloWorld app - wrong version?