开发者

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

开发者 https://www.devze.com 2023-01-01 20:22 出处:网络
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.

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 a linked source folder, see this thread for more details.


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


you can add the common project itself to the another project in build path

0

精彩评论

暂无评论...
验证码 换一张
取 消