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:

how to convert a java class file into an exe file

Posted by anamika on July 24, 2001 at 7:54 PM

> i didnt find out in that site how to convert a java class file int an exe file plz help me out
> thanku
> sameer


Well, converting a Java class file to an .exe file can
be done using few IDE tools. BUT it is NOT recommeded to do
it that way as it breaks the basic need for developing
applications in Java, portability. If you want to run you
application, use jre.exe to run your application.

Visual Cafe needs the source code to be able to create a .exe




Replies:

Sponsored Links



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