Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

problem with JNI on netBeans

843829Mar 26 2007 — edited Mar 31 2007
Hi !

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 28 2007
Added on Mar 26 2007
2 comments
298 views