How to work with referenced projects in eclipse

前端 未结 2 638
旧时难觅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:12

    Projects Menu -> properties

    Go to the Java Build Path.

    There, you can either add the library directly or add another project into the build path of the current project.

    0 讨论(0)
  • 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 ...

    0 讨论(0)
提交回复
热议问题