Use packages from plain old Java project in eclipse plugin project
- by Joscha
I have the following setup:
eclipse
a standard Java project (A)
an eclipse plugin project (B)
How (if possible) can I use packages from A within B without first compiling a JAR file from A and adding it to B?
Thanks!