开发者

How to add a project to a existing EAR in eclipse?

开发者 https://www.devze.com 2023-01-13 20:44 出处:网络
How can I add a new java project to a ex开发者_JAVA技巧isting EAR in eclipse? I used project references, but it\'s not working.In Eclipse 4.4 Luna, right click on the ear > properties > Deployment As

How can I add a new java project to a ex开发者_JAVA技巧isting EAR in eclipse?

I used project references, but it's not working.


In Eclipse 4.4 Luna, right click on the ear > properties > Deployment Assembly. Click Add and select the project you would like to add.


I discovered!

In EAR > right-click > properties > Java EE Module Dependences


In EAR > right-click > properties > Project References
Select the project

0

精彩评论

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