Dear Mark:
I watch thru your great tutorial on internet, it is really wonderful.
So far I finish all major videos already,
But I have a minor question:
How to use Eclipse to generate .EXE file??
I did not see this solution in your video.
Please advice how to do it.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. The normal way to distribute Java executable programs is using JAR files, as shown in the tutorials. However, you can create EXE files from Java programs using third party tools.
Dear Mark:
I watch thru your great tutorial on internet, it is really wonderful.
So far I finish all major videos already,
But I have a minor question:
How to use Eclipse to generate .EXE file??
I did not see this solution in your video.
Please advice how to do it.
Thanks
Hi. The normal way to distribute Java executable programs is using JAR files, as shown in the tutorials. However, you can create EXE files from Java programs using third party tools.
If you Google on "exe file java" you will find some links. Also, this article looks pretty good: http://www.excelsior-usa.com/articles/java-to-exe.html.
I don't know much about this subject, since I have never done this. Good luck. Mark
Thanks, Really good.