How can I include external jar on my Netbeans project

后端 未结 12 2761
挽巷
挽巷 2020-11-27 06:25

When I run \"clean and build\" the .jar file that is being created only runs if the lib folder is at the same folder of the .jar file.

12条回答
  •  孤城傲影
    2020-11-27 07:01

    Follow these:- 1. Right click on project opened in netbeans editor 2. select properties 3. choose libraries 4. add jar 5. click ok

提交回复
热议问题