Reputation: 11
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?
Upvotes: 1
Views: 65