RE: Tomcat, JNI and HP-UX

2000-12-05 Thread Russell Freeman
I have some tips from experience with both Win32 and AIX platforms. I'm assuming that HP UK C dynamic link libraries are built similar to AIX ones...? - JDK 1.18 uses JNI version 1.0 bindings by default. Use the -jni option with javah to create a JNI 1.1 style C headers. These are easier to link

RE: Tomcat, JNI and HP-UX

2000-12-05 Thread Russell Freeman
Title: Tomcat, JNI and HP-UX I have some tips from experience with both Win32 and AIX platforms. I'm assuming that HP UK C dynamic link libraries are built similar to AIX ones...?   - JDK 1.18 uses JNI version 1.0 bindings by default. Use the -jni option with javah to create a JN

Tomcat, JNI and HP-UX

2000-12-05 Thread Eric Lee (LYN) (EUS)
Title: Tomcat, JNI and HP-UX I am using Tomcat 3.1 on HP-UX 10.20 with Java version ("HP-UX Java C.01.18.03 05/12/2000 16:31:36 hkhd02") I am attempting to use a servlet that instantiates a class that contains JNI methods and I keep getting java.lang.UnsatisfiedLinkError exceptions