Connor Loughlin
Connor Loughlin

Reputation: 11

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

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

Answers (0)

Related Questions