I have a Web project (Tomcat) on Eclipse and I have add some 3rd party JARs into the WEB-INF/lib folder.
Due to some license retrictions I cant use libraries as static libraries. But how can I check if libs at WEB-INF/lib folder are static or dynamic?
I know that full project is exported as a WAR file, but before start the execution the WAR is uncompressed to be instaled in Apache.