This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Convert .classs to .exe
Posted by Shakeel on November 24, 2001 at 6:25 AM
i am not able to download compiler from www.towerj.com and there are many compilers in www.alphaWorks.ibm.com which one to download tell me particular compiler name please Shakeel > > > > Hi Inder > > > > In fact there are a number of softwares which alow you to create an exe of java program. Some of them are as follows. > > > > 1. Visit www.towerj.com . Java Compiler ( from TowerJ ) takes your class files and creates an exe. > > > > 2.You can use jexegen.exe from Microsoft's SDK-Java.2.0. > > > > Syntax is as follows: > > > > jexegen /OUT:your_exe_file_name /MAIN:your_main_class_name your_main_class_file_name.class [and all associated classes] > > > > 3. Visual Cafe provides a compiler to create an executable. > > > > 4. You can try InstallAnywhere software. > > > > 5. A free compiler (High Performance Compiler for Java) is downloadable from the IBM AlphaWorks site. Please visit http://www.alphaWorks.ibm.com > > > > > > > > Thanx > > > > Kishori > > > > > > tell me more software so i can convert the java file to exe
Replies:
|