The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
August 2000

Advertisement

Advertisement

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:

java

Posted by venkatasalam on March 15, 2001 at 10:24 PM

> 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





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us