jar war/WEB-INF/lib , Configure Build Path jar, , , . , .
war/WEB-INF/lib " / ", jar . Windows OSX. , "".
, .classpath , , IDE.
This does not work for a library such as servlet-api.jar, which comes with Tomcat and is usually installed in different places on OSX and Windows, and you do not want a part of your war file. I installed Tomcat on Windows in the same directory (/ Library) as OSX, and it seems to work. At least I can run the OSX project and update Windows, and it still works.
source
share