1

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?

Nathan Tuggy
  • 2,237
  • 27
  • 30
  • 38
  • So as the library is created by yourself, can you modify the source code to put the classes into a named package? – D_S_toowhite Jul 04 '15 at 02:40
  • Please have a look at this [answer](http://stackoverflow.com/a/11150286/1057230), hopefully it helps :-) – nIcE cOw Jul 04 '15 at 02:47

0 Answers0