I deploy my JSF project with ant on a VM with SAP but got the Exception when I try to connect:
JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc [Native Library C:\WINDOWS\system32\sapjcorfc.dll already loaded in another classloader].
I'll remove my JCo Jar from the WEB-INF folder and add it in the tomcat lib folder. But how I can add the Jar in my Eclipse when the Jar file is on the external tomcat?