MyEclipse packaging of executable jar packages

Source: Internet
Author: User

Specific steps:
    1. Export ... java-Runnable JAR file
    2. Launch configuration: Select the File/class where the Main method resides
    3. Export Destination: Select or fill in the name of the jar package, such as: D:\a.jar
    4. Library Handling: Choose one (three different types of differences please read the following article)
    5. Click the "Finish" button to generate the Jar file

Execute the jar file:Java-jar A.jar
Note: The difference of three kinds of library handling:
    • Extract required libraries into generated jar: Extract the required libraries (in the form of decompression) into the generated jar file, resulting in smaller jar files
    • Package required libraries into generated jar: Put all the required jar packages into the generated jar file, resulting in larger jar files
    • Copy required libraries into a sub-folder next to the generated jar: Copy the required jar package into a subfolder

(original article, reprint please specify the blog from Clement-xu)

MyEclipse packaging of executable jar packages

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.