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.
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
posted
0
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.