How to reference another project in Eclipse with Google appengine project?

Posted by virsir on Stack Overflow See other posts from Stack Overflow or by virsir
Published on 2010-05-31T02:12:50Z Indexed on 2010/05/31 2:22 UTC
Read the original article Hit count: 272

Filed under:
|
|

I am trying to extract some common classes out to be a common jar, and I want to reference it by the appengine project in Eclipse.

It compiles well but could not run. The console just told that some classes from the common jar project could not be found.

I know I can just export the project into a jar, but I may want to change it sometimes, so I prefer keep it dynamic.

And I know maven may be an option but there is no official maven support for appengine, and I will not try to learn it.

Then how can I make it work?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse