JNI Problem

Friends,

I'm using a JNI interface

java.lang.UnsatisfiedLinkError: connect

at mmsc.SmppAPI.connect(Native Method)

at mmsc.SmppService.<init>(SmppService.java:57)

at mmsc.SmppService.main(SmppService.java:137)

If I use only in a simple class it works.... but... If I use ina SubClass and make a new instance of this class in another it is not working....

(I have a xxx.class with the Native Method calls and I use in another class in this way : xxx haha = new xxx();

)

Somebody has some idea ?

Thanks

/jcf

[598 byte] By [jusbe] at [2007-9-26 3:52:14]
# 1
Can you post just a little bit more code?o Class with native methodo Subclasso use(Just skeletons except for the key calls.)
bschauwe at 2007-6-29 12:39:17 > top of Java-index,Java HotSpot Virtual Machine,Specifications...