I’m fairly new to Java and need to add an external Jar to the project in netbeans. I’ve created a library with that Jar using Tools –> Libraries, and added the library in the project Properties –> Libraries under compile, but it still returns “Package does not exist”.
Any help?
What version of Netbeans are you using? Make sure your libraries are located outside of the project directory. Just making sure when you add the jar, you don’t just add the folder containing them but the actual jar -right?
Try building the project to see if that helps.