The Artima Developer Community
Sponsored Link

Java Answers Forum
Making exe file in Java

2 replies on 1 page. Most recent reply: Jan 17, 2006 9:38 AM by Mike O'Keefe

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
John Kerry

Posts: 4
Nickname: bagira
Registered: Jan, 2006

Making exe file in Java Posted: Jan 14, 2006 9:39 AM
Reply to this message Reply
Advertisement
Hello friends, I want to how can we make exe files in java, instead of the class files. u know, we are familiar to using exe files rather than the class files of java. So, if u know , then please reply me.


Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: Making exe file in Java Posted: Jan 15, 2006 11:06 PM
Reply to this message Reply
There are several tools that will do this for you.
Google "Jar to exe conversion" or "Java Executables"
or something along those lines.

In any case if you are running Windows, it has the
capabilities of running a properly packaged Jar File
as an executable (WinXP comes with javaw - this should
handle jars as executables, not sure about older Windows
versions).

Mike O'Keefe

Posts: 16
Nickname: kupci2
Registered: Mar, 2005

Re: Making exe file in Java Posted: Jan 17, 2006 9:38 AM
Reply to this message Reply
> Hello friends, I want to how can we make exe files in
> java, instead of the class files. u know, we are familiar

Good article about the various ways to do that:

http://www.javalobby.org/articles/java2exe/

Flat View: This topic has 2 replies on 1 page
Topic: Java to Exe Previous Topic   Next Topic Topic: Managing customer configurations

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use