This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

JNI Problems


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]