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

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?


使用链接的源文件夹,请参阅此主题以获取更多详细信息。


Use the maven-gae-plugin. It works well and you mentioned you know Maven already.


您可以将通用项目本身添加到构建路径中的另一个项目

链接地址: http://www.djcxy.com/p/46124.html

上一篇: Android:使WebView显示位图的最简单方法是什么?

下一篇: 如何使用Google appengine项目在Eclipse中引用另一个项目?