I have an Eclipse Java project? How can I make a jar for the project?
Share
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.
File – Export, and from here you can export a standard jar file or an executable Jar File .
At the the end of the wizard is also possible to save the export as ant build file, that is useful because let you customize the export through the build.xml.