0

I have just finished developing a small java application on Netbeans IDE. I am curious as to how I can convert that into an executable program from netbeans. So that there would be a short cut icon which when double clicked loads all classes and runs the main function with all relevant jar files also compiled. i.e. JCalender, JTatto, aswell as sqlitejdbc.jar. all of which are in a directory of the project.

1
  • Did you try any of the answers from this question? Commented Mar 6, 2013 at 1:02

1 Answer 1

1

Look into Launch4j, a Java program that can turn your .jar file into a standard Windows Executable .exe file while building all references into that single file.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.