I have two Java projects in an Eclipse workspace, and I would like to use a class from one of them in the other.
How can I add a reference between them? I\'m looking
Assuming you are using Eclipse...
Right click the project -> Properties -> Java Build Path -> Projects tab
...which will allow you to force required projects on the project in questions build path.