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
Just have "Project" reference your "Library", on windows the process is (using menu / tab names)
Now your done and you can use import for classes in your "Library"
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