java - UnsatisfiedLinkError Eclipse with JNI -
java - UnsatisfiedLinkError Eclipse with JNI -
i've had reoccuring problem , series of semi related posts issue. i've made progress , solved 32bit/64bit shared file .so file not beingness readable in jvm because of mismatched word lengths. have new error message new problem.
my problem still getting unsatisfiedlinkerror time it's referencing actual methods within class instead of having problem class whole.
exception in thread "main" java.lang.unsatisfiedlinkerror: com.bob.thrift.xda_core_java.ping(ljava/lang/string;)i @ com.bob.thrift.sig_xda_core_java.ping(native method) @ com.bob.thrift.xda_core_operations.main(xda_core_operations.java:10)
now, think step closer want. @ to the lowest degree it's finding .so file , linking main class. how able link .so still have problem specific usage in method call. should point out i've said in other posts have run fine in brand new install of eclipse. think it's eclipse setting can't figure out change. error message isn't helpful. think need eclipse jni export one.
java eclipse jni
Comments
Post a Comment