Use packages from plain old Java project in eclipse plugin project

Posted by Joscha on Stack Overflow See other posts from Stack Overflow or by Joscha
Published on 2010-03-19T18:39:13Z Indexed on 2010/03/19 18:41 UTC
Read the original article Hit count: 695

Filed under:
|
|
|

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!

© Stack Overflow or respective owner

Related posts about eclipse

Related posts about java