Okay, hopefully this is quick and easy.
I have two separate java projects, \'Library\' and \'Project\', and I have a class in \'Project\' that wants to implement a m
There are several ways:
A. Import source files
B. Import Jar When you compile your eclipse project it creates a jar for your project in the 'Build' subfolder of the root directory of your project. To import that in you current project:
You should now be able to import your names from your Library Project