简体   繁体   中英

How do I seperate the .java files in eclipse while exporting to jar

我想知道如何将Java项目与包含所有源文件的文件夹同时导出到.jar,因此我不将类文件和.java文件混合在一起。

You can achieve this by Right clicking the Selected Project you want to be exported Export --> Jar File and check the following options.

在此处输入图片说明

and then click finish.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM