General discussion

  • Creator
    Topic
  • #2114739

    How to make .exe

    Locked

    by vickydicky ·

    I developed one application in Java, now my user is a dataentry operator who wants to run this programme just by clicking on icon , so how can i create a .exe programe from my source code which will run just by clicking on the icon.

All Comments

  • Author
    Replies
    • #3826891

      How to make .exe

      by rprevett ·

      In reply to How to make .exe

      There is a utility that will allow a class file to be wrapped in a exe. Go to :

      http://www.bravozulu.com

      and look for J2E (I think).

    • #3798297

      How to make .exe

      by okujava ·

      In reply to How to make .exe

      u don’t need .exe to start a programm by clicking. u just make a batch file:

      make a text file and type: “java MyProgramm” and save it as foo.bat. u can start it with a click. it’s better than .exe, ’cause u can modify it and is easy to make. the second way is to make a self-executable jar archive… 🙂

      s.okujava

    • #3705447

      How to make .exe

      by vickydicky ·

      In reply to How to make .exe

      This question was closed by the author

Viewing 2 reply threads