Since PDK 5 worked with JDK 1.4.2 so I tried Tomcat 4.1.24.
Well I'm just curious and I don't want to maintain lots of different Tomcats
for different Applications:
So it went well and was deployed until:
[ServiceManager] Problem during start-up of service: usermanagement
java.lang.UnsatisfiedLinkError: no jniutils in java.library.path
I had jniutils.dll with all SAP dlls and Jars in /common/lib
and pointed PATH and CLASSPATH to that directory (in catalina.bat)
and I added tomcat-jni.jar to the CLASSPATH.
The error message wasn't changed at all.
So is JNI in Tomcat 4.1 totally different to Tomcat 3.3?
Where are jniutils.dll supposed to be found?
Frerk Meyer