Niladri Sen

Greenhorn
+ Follow
since Aug 17, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Niladri Sen

Hi all,

I am having a snag implementing a native method which throws an java.lang.UnsatisfiedLinkError in my output. For the basic instance, java static library is found OK to load, whereas the output shows the following:



I am intended to furnish some basic implementation of my classes here:

Replication.java



Security.java



The vast snag comes to the class Normalize in Replication.java having a native method within this. I am also having a header file implementing the class as follows:

Normalize.h



And now when am going to implement the Normalize class as a native method as described in Replication.java my Replication.h file implemented like:

Replication.h


So my snag is whether am I using the code wrongly, I mean am I supposed to use jnorm in Replication.h such way that I furnished?

My english knowledge is not perfect, so any help in this regard is highly appretiated.

Thank you in advance.
13 years ago