JPM
11-29-2004, 01:59 PM
Does anyone know of a program that can turn .class files into .exe files?
|
||||
Java exe filesJPM 11-29-2004, 01:59 PM Does anyone know of a program that can turn .class files into .exe files? shmoove 11-29-2004, 02:27 PM There are a few options: http://www.excelsior-usa.com/jet.html http://www.duckware.com/jexepack/index.html http://www.ej-technologies.com/products/exe4j/overview.html But there are better options IMO, like making a double-clickable jar, or using WebStart. shmoove Spookster 11-30-2004, 02:06 AM But there are better options IMO, like making a double-clickable jar, or using WebStart. shmoove In my college programming courses I found that to be the simplest way of doing it. The jar file acts just like an executable and it was relatively simple to set up. rynox 11-30-2004, 01:24 PM This is what I usually do. I create a folder, in it I put the /jre folder and create a /bc folder. Then I put my class files in /bc. Then I create an exe using: http://www.autoitscript.com/autoit3/ In the script I can run the class file using the following command: Run('jre\bin\java.exe -cp bc; MyClassName', '.') AutoIt will allow you to embed an icon in the file, too. |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum