How do I set the classpath in NetBeans?

后端 未结 2 1196
攒了一身酷
攒了一身酷 2020-11-22 10:39

Can someone tell me where and how I set the classpath in NetBeans? I would like to add a .jar file.

2条回答
  •  耶瑟儿~
    2020-11-22 11:30

    1. Right-click your Project.
    2. Select Properties.
    3. On the left-hand side click Libraries.
    4. Under Compile tab - click Add Jar/Folder button.

    Or

    1. Expand your Project.
    2. Right-click Libraries.
    3. Select Add Jar/Folder.

提交回复
热议问题