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

