|
-
July 10th, 2002, 02:11 AM
#1
JNI integration in .NET
I was trying to create a managed C++ DLL to interface JNI calls with C#. Some invocations of JNI functions went well; that is, JNI__CreateJavaVM, FindClass, AllocateObject. However, any method (in the managed C++ code) that uses a variable of type jmethodID raises and exception of type TypeLoadException.
I would appreciate any help in this matter.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|