posted 23 years ago
You are getting this error when java program can't find the .dll file or it can find the .dll, but can not find the method you are trying to call. Make sure method names in C++ are matching with those you're calling from java. You can use javah.exe tool to make .h file for your C++ program - it will have right names.