Native operation call failed.java.lang.UnsatisfiedLinkError: Test.Sample.Jni_sample.Jni_sample(DDDII)V...
up vote
-2
down vote
favorite
I am using a java program to call .so file. Now I am getting an error (DDDII)V and i have no idea what might that be.. I am a complete noob.. Any help would be appreciated.
Here is the lines that try to load the .so file
void func(a,b,c,d,e){
System.loadLibrary("Jni_sample");
Jni_sample(a,b,c,d,e);
}
java jni
New contributor
put on hold as off-topic by Jamal♦ 4 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Jamal
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-2
down vote
favorite
I am using a java program to call .so file. Now I am getting an error (DDDII)V and i have no idea what might that be.. I am a complete noob.. Any help would be appreciated.
Here is the lines that try to load the .so file
void func(a,b,c,d,e){
System.loadLibrary("Jni_sample");
Jni_sample(a,b,c,d,e);
}
java jni
New contributor
put on hold as off-topic by Jamal♦ 4 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Jamal
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I am using a java program to call .so file. Now I am getting an error (DDDII)V and i have no idea what might that be.. I am a complete noob.. Any help would be appreciated.
Here is the lines that try to load the .so file
void func(a,b,c,d,e){
System.loadLibrary("Jni_sample");
Jni_sample(a,b,c,d,e);
}
java jni
New contributor
I am using a java program to call .so file. Now I am getting an error (DDDII)V and i have no idea what might that be.. I am a complete noob.. Any help would be appreciated.
Here is the lines that try to load the .so file
void func(a,b,c,d,e){
System.loadLibrary("Jni_sample");
Jni_sample(a,b,c,d,e);
}
java jni
java jni
New contributor
New contributor
New contributor
asked 5 hours ago
Tom Jose
1
1
New contributor
New contributor
put on hold as off-topic by Jamal♦ 4 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Jamal
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by Jamal♦ 4 hours ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – Jamal
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes