Java: export to an .jar file in eclipse

前端 未结 4 984
广开言路
广开言路 2020-11-22 16:42

I\'m trying to export a program in Eclipse to a jar file.

In my project I have added some pictures and PDF:s. When I\'m exporting to jar file, it seems that only th

4条回答
  •  Happy的楠姐
    2020-11-22 17:03

    No need for external plugins. In the Export JAR dialog, make sure you select all the necessary resources you want to export. By default, there should be no problem exporting other resource files as well (pictures, configuration files, etc...), see screenshot below.

提交回复
热议问题