When I try to access a native method from my DLL, I just get an “UnsatisfiedLinkError.” What is the problem?
Location: http://www.jguru.com/faq/view.jsp?EID=131230 Created: Aug 21, 2000 Modified: 2000-08-24 23:25:32.304 Author: Mathias Neuhaus (http://www.jguru.com/guru/viewbio.jsp?EID=131203) The problem is an incorrectly mangled name for your C / C++ function, which can occur when you try to access a native method from a Java class inside a package. In this case, you must call javah -jni … from the base directory of your class hierarchy, and you must supply the fully qualified name (including the package name) of your class to javah (e.g. myPackage.myClass).
Related Questions
- Other than anti-fungals and probiotics what other method do people try when attempting to get their candida yeast problem under control?
- When I try to access my Personal Live Trial database, I get the error "Page not found". What is the problem?
- We have error messages appearing when we try to install the CD. What is the problem?