Convert a java app to win32 exe

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ThatThatGuy
    Recognized Expert Contributor
    • Jul 2009
    • 453

    Convert a java app to win32 exe

    hello.... having coded in java for a sometime i was wondering how would we create a executable for a java application...


    i know you can create a jar executable for a java application....
    and also there are tools which convert jar to exe.... but that requires JRE on the client machine....

    and i think eclipse runs entirely on JVM and not on JRE.... something like that
  • N002213F
    New Member
    • Sep 2007
    • 38

    #2
    There are program used to create cross platform application executables; try Install4j

    Comment

    • chaarmann
      Recognized Expert Contributor
      • Nov 2007
      • 785

      #3
      JRE (Java Runtime Environment) contains the JVM (Java Virtual Machine) !
      Eclipse needs Java! It runs with a JRE or JDK (Java Development Kit) installation, both times running on a JVM.

      Comment

      • intriken
        New Member
        • Feb 2007
        • 6

        #4
        launch4j is also a good one

        Comment

        Working...