I understand how to include other needed libraries or outside resources while creating a runnable .jar file in eclipse, but what I don’t see is an option to also include the src .java files as well.
How could I accomplish this?
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.
In the
Export --> Jar Filedialog you have the option to incluse source files and resources.To make runnable a standard Jar File you only need to add/include an appropiate MANIFEST.MF on your own …