Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

How can I add a new java project to a existing EAR in eclipse?

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

like image 857
Topera Avatar asked Aug 30 '10 02:08

Topera


People also ask

How do I add a project to EAR in eclipse?

In the Java EE perspective, click File > Import. Under Select an import source, click J2EE > EAR file and click Next. In the EAR file field, enter the location and name of the application client JAR file that you want to import. In the EAR project field, accept the default project name or type a new project name.


1 Answers

I discovered!

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

like image 73
Topera Avatar answered Oct 21 '22 17:10

Topera