I am trying some examples on JNI but an stuck with this problem. Running on Win NT 4.0 with Dev-C++. (Have Cygwin also).
Can somebody help!!
When I run my
java class file, I get this exception. What am I doing wrong here?
Exception in
thread "main" java.lang.UnsatisfiedLinkError: print
at MyWorld.print(Native Method)
at MyWorld.main(MyWorld.java:12)
Thanks in advance,
Kailas