you can create jar for your project
you have to make manifest file
Manifest-Version: 1.0
Specification-Title: Java Utility Classes
Created-By: 1.5.0 (Sun Microsystems Inc.)
Main-Class: maninclassname
save it as manifest.mf keep this file in current project folder.
and go to project location then type in command prompt:
jar cmf manifest.mf anyname.jar *.*
press enter then you will get your jar file created.
vinod_javas
Practically a Posting Shark
871 posts since Feb 2007
Reputation Points: 119
Solved Threads: 7
If you want to create Exe means you have to go for third party tool.
vinod_javas
Practically a Posting Shark
871 posts since Feb 2007
Reputation Points: 119
Solved Threads: 7
execJAVA currently am using this exe converter from jar file.
but its trial version only.
you can download this from www.JavaAPIs.com
anyway you have to convert your application in to jar format.
vinod_javas
Practically a Posting Shark
871 posts since Feb 2007
Reputation Points: 119
Solved Threads: 7
nativeJ is an easy to use java-to-exe tool, but why would you want to make an exe of it,?
if you're intending to let other people use your program as well, I'd suggest you stick with the jar file.
stultuske
Posting Sensei
3,137 posts since Jan 2007
Reputation Points: 1,114
Solved Threads: 433
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
Ezzaral
Posting Genius
15,986 posts since May 2007
Reputation Points: 3,250
Solved Threads: 847
anyone wanting to turn Java code into native Windows executables should be shot on sight.
It's useless.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337