Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] problem with jni

Hello all!
i have a problem with my eclipse plugin: when i run a class that calls a
method from JNI the method doesn't function. It seems that my class doesn't
find the method called from dll file. The strange thing is that the
application function if i run it with run as---> java application  but it
doesn't run with run as --> eclipse application. Someone know what i must do
to run correctly my application as plugin???
there are any limitation for jni method in the "workbench"???




Back to the top