I’m developing Swing based application in Java I want a executable JAR file for this project.
All external library files used in the project should be packaged in the JAR file.
How can I build a runnable JAR file using ANT?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Of course, but the external JARS should not be bundled in with the executable JAR.
You need to do three things:
You give clients the ZIP. They unpack it and execute your executable JAR.