We are transitioning from MyEclipse to regular free Eclipse. Before, when deploying to a weblogic server, MyEclipse would automatically copy any JARs referenced as libraries as required.
However, now when we do the same using regular free Eclipse, we get ClassNotFoundExceptions upon deployment for classes contained in the JARs referenced in the User Libraries. If we add the JAR file directly into the WEB-INF/lib folder, it works as expected but we don't want to do this.
Does anyone know a solution to this?
I've been researching on here and on the internet in general for the last three hours but with no success.
Thanks in advance.