Netbeans Export to Jar, include all library files

前端 未结 4 2015
半阙折子戏
半阙折子戏 2021-01-02 01:16

What I really need is an equivalent of this from Eclipse with Netbeans:

\"enter

4条回答
  •  庸人自扰
    2021-01-02 01:59

    I prefer this solution since there is nothing to download, all based on Ant build (~20 lines). That way there is no additional dependency to bother with. If you have a couple of minutes, you can learn about Ant too.

    It seems like the link to the original Article is broken (thanks Oracle). Here is another link.

    The original article is also available from Oracle link.

提交回复
热议问题