The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
December 2001

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:

about exe files in Java

Posted by Jan Vettenburg on December 31, 2001 at 7:31 AM

Hi,

I don't think it is necessary to use Borland for this. Just put all your classfiles within one directory and make an executable jar-file with the command
jar cmf manifest classes.jar *.* in that directory. This creates a jar file with all your classes in classes.jar. This file can be executed by Windows or any other platform that has the JVM installed.

KR,


Jan

> I just started using JBuilder from Borland.
> Can I create exe files in this program?
> If yes, how?
> p.s I'm not very good in english so please use simple words..






Replies:

Sponsored Links



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