Steps to runnable jars everywhere with the IDE

Source: Internet
Author: User
Tags unpack

1. Select Project, right-click, export, select runnable JAR file under Java directory, next

2. Select the Startup class in the Lanch configuration

3. Export Destination Select the place

4. Library handling the processing of reference libraries:

1). Extract required libraries into generated JAR

Extract the necessary libraries into the generated jar package

Only one jar file is exported. Unpack the jar package directory:


MANIFEST. MF content:



2). Package required libraries into generated JAR

Packaging the necessary libraries into the generated jar package


Only one jar file is exported. Unpack the jar package directory:



MANIFEST. MF content:

         
    3) .  Copy required libraries into a sub-folder next to the generated JAR
          Copy the required library to a subdirectory of the jar package
       
           exported a jar file and a Lib directory.



Unpack the jar package directory:



MANIFEST. MF content:

      

Steps to runnable jars everywhere with the IDE

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.