Java: export to an .jar file in eclipse

前端 未结 4 998
广开言路
广开言路 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条回答
  •  借酒劲吻你
    2020-11-22 17:15

    One more option is WinRun4J. There is an Eclipse Plugin for WinRun4J that allows you to export your application as a single executable with necessary jars/classes embedded.

    (full disclosure: I work on this project)

提交回复
热议问题