enter image description here

I downloaded a look and feel .jar to my desktop, then in netbeans added it to my libraries folder in my java project.
But it appears to just be a reference to the actual .jar on my desktop.

有帮助吗?

解决方案

Netbeans doesn't care (and doesn't need) your jar. What you have to do is add the jar to your project, instead of adding an external library to netbeans.

If your project is a maven project (unlikely), add the jar as a dependency.

If your project is a java project then look for a library (lib) folder.

If you are trying to modify the look and feel of netbeans itself: Force look and feel on NetBeans 6.5

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top