If you use VJ++, you can compile your .java to .exe directly. But maybe this package
can not be accessed on another desktop, for instance,on Linux.
Additional java compiling toolkit can be used to implement your request.
Guys,
I know how todo
it! Everyone in their mother wants to know how to convert .class to .exe and I figured it out finally....
you have todo
wnload JET
http://www.excelsior-usa.com/jet.html
its actually really easy... you install this program and all you have todo
is use jc.exe
like this... jc [filename.class]
ex: jc filename.class
and it creates filename.exe which seems to even work with swing as well.... how awesome =)
feel free to email me if necessary...
good luck! =)
bbzong