How to work with referenced projects in eclipse

前端 未结 2 637
旧时难觅i
旧时难觅i 2021-01-19 01:39

Ok maybe everybody knows how to do this, but I\'ve never try it beacause I\'ve never needed it so, how do you work with multiple referenced projects in eclipse? I have a cou

2条回答
  •  别那么骄傲
    2021-01-19 02:14

    You probably just need the necessary jar files and either include them with your WAR, or add them to your Application Server (many have different ways of doing this).

    Another option is to bundle each WAR in one EAR file. This approach won't work on Tomcat, but will work on WebSphere, WebLogic ...

提交回复
热议问题