How can I import classes that are located inside a referenced library?

70 Views Asked by At

I've created a .jar file with the classes I need for my project. I created the build path for that .jar file. However, I cannot use the classes inside the referenced library that was created. So far, as I can tell, the problem is that my files (which are all .class) are located inside the default package inside the referenced library. How do I fix this?

0

There are 0 best solutions below