Menu

How to use Eclipse to generate .EXE file??

2008-11-16
2013-04-09
  • sunny manman

    sunny manman - 2008-11-16

    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

     
    • Mark Dexter

      Mark Dexter - 2008-11-16

      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

       
    • sunny manman

      sunny manman - 2008-11-16

      Thanks, Really good.

       

Log in to post a comment.