This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes want to create exe file for java application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "want to create exe file for java application" Watch "want to create exe file for java application" New topic
Author

want to create exe file for java application

jaimin gohel
Greenhorn

Joined: Jul 30, 2008
Posts: 13
hello

i have a java application and want to create a exe for it. so that when i run my application on some other computer i dint have to disclose my class files. something as an exe of VB.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
GCJ can compile to native code, but it may not support all Java features you need (Java 6, for instance, and parts of Java 5). It may be more trouble than it's worth.


Android appsImageJ pluginsJava web charts
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

There are several commercial products available as well. You could try Google or our own search to find some of those.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: want to create exe file for java application
 
Similar Threads
not able to make exe with launch4j software
.exe file for Java Application
creating .exe file for java application
java applications as executable jars vs exe files.
How to call EXE from JAVA