problem with JNI on netBeans
843829Mar 26 2007 — edited Mar 31 2007Hi !
After a search on the forum, I request your help about a little JNI app developped to work with a 3D sensor. The research team in which I work use to working with Eclipse IDE, and this JNI appliation work on it. However, impossible to find a way on NetBeans... I get an exception :
Exception in thread "main" java.lang.UnsatisfiedLinkError:
materiel.videoproj.JNIsiapp.SiInitialize()I
at materiel.videoproj.JNIsiapp.SiInitialize(Native Method)
at materiel.videoproj.JNIsiapp.main(JNIsiapp.java:138)
It seems the IDE get the DLL (if I change the name in the loadLibrary method, the exception change) but encounter an error with the native method.
The application (source code + dll + java code) could be find on ftp :
ftp://ftp-us.3dconnexion.com
login: jni
password: dev1221
Please help me too find a way !
FloDeTours