Hi there !
I am trying to set up a web application, using WebSphere 3.5.4 on Solaris and JNIs.
I have a JSP page that calls a Java Class, which has C native calls.
I tried first to make a small app run, which had only JSP and Java (no .servlet), and I had it working following instructions in the InfoCenter, and using the Administration console.
Now I have done the same with my Jni app, and I get a java.lang.noClassDefFoundError.
Here is my directory structure :
/opt/Websphere/AppServer/hosts/default_host/NombreWebApp/web/ for HTML and JSP
/opt/Websphere/AppServer/hosts/default_host/NombreWebApp/servlets/ for .java, .class, .h, .c and .so
Is there a special way to configure the web application since I have to use JNIs ?
I can’t solve my error, which seems to me like a classpath problem ?…
Thanks,
Gaelle.
I am trying to set up a web application, using WebSphere 3.5.4 on Solaris and JNIs.
I have a JSP page that calls a Java Class, which has C native calls.
I tried first to make a small app run, which had only JSP and Java (no .servlet), and I had it working following instructions in the InfoCenter, and using the Administration console.
Now I have done the same with my Jni app, and I get a java.lang.noClassDefFoundError.
Here is my directory structure :
/opt/Websphere/AppServer/hosts/default_host/NombreWebApp/web/ for HTML and JSP
/opt/Websphere/AppServer/hosts/default_host/NombreWebApp/servlets/ for .java, .class, .h, .c and .so
Is there a special way to configure the web application since I have to use JNIs ?
I can’t solve my error, which seems to me like a classpath problem ?…
Thanks,
Gaelle.