Native operation call failed.java.lang.UnsatisfiedLinkError: Test.Sample.Jni_sample.Jni_sample(DDDII)V...

Multi tool use
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
Tom Jose is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
closed as off-topic by Jamal♦ Dec 15 at 6:51
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 |
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
Tom Jose is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
closed as off-topic by Jamal♦ Dec 15 at 6:51
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 |
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
Tom Jose is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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
Tom Jose is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tom Jose is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tom Jose is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Dec 15 at 6:00


Tom Jose
1
1
New contributor
Tom Jose is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Tom Jose is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Tom Jose is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
closed as off-topic by Jamal♦ Dec 15 at 6:51
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.
closed as off-topic by Jamal♦ Dec 15 at 6:51
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
sxHLmX