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:

I think that how to make exe file

Posted by Ashvini on December 11, 2001 at 8:03 AM

> > Hello friend,

> > I think that how to make exe file.

> > Answer:-

> > You can make the .exe file in java with different
> > tools. If you are using JDeveloper than it is easy to
> > make .exe file just like other languages...

> > My experience says that If you want to distribute
> > your application then it is better to make setup for
> > whole project and that is very simple. Install from
> > web one software called "InstallAnyWhere" and by this
> > software with your .class file location you can make
> > the customized setup.

> > If you are not choosing above both option then
> > use the "C" language and make one simple program with
> > inclusion of all .class files then compile "C" program
> > and use this .exe for your setup..

Hello Friend,

Can you please tell me how and what to write in this "C" program
so that I can create the .exe file.






Replies:

Sponsored Links



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