Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top