I've got a problem in that I have a dll I've created and most of the functions work without any problem. There is only one function that throws the exception stated in the subject, NoClassDefFound.
I've checked the classpath along with all the other things I can think of, obviously.
What gets me is that other functions in the dll work find when called from the JNI Java wrapper.
Does anyone have any ideas as to where i might look to solve this problem?
Thanks,
Gary