Create an exe file from jar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • h3lp
    New Member
    • May 2007
    • 15

    Create an exe file from jar

    Hi, hi....
    Can someone guide me how to create an exe file from jar files using command line? Because later i'll need to execute the command from PHP Script by using exec().
    Help me,pls. Thanks in advance....
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by h3lp
    Hi, hi....
    Can someone guide me how to create an exe file from jar files using command line? Because later i'll need to execute the command from PHP Script by using exec().
    Help me,pls. Thanks in advance....
    There is no need to do such thing: simply exec the java.exe jvm itself and pass
    it the jar file as an argument.

    kind regards,

    Jos

    Comment

    • h3lp
      New Member
      • May 2007
      • 15

      #3
      Mmm, i need to do this. Coz i want user to download the application and run it on their own computer. I want to make things more easier for them.
      Any suggestions? Thx

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by h3lp
        Mmm, i need to do this. Coz i want user to download the application and run it on their own computer. I want to make things more easier for them.
        Any suggestions? Thx
        Webstart?

        kind regards,

        Jos

        Comment

        Working...