JNI + existing LIBS [Win32]
843829Jun 15 2004 — edited Jun 16 2004- C++
- 2 existing *.lib files plus a bunch of *.h files
- no access to the source code
- very advanced libraries with custom classes/types
Q: How to create a Java wrapper for those 2 libraries?
/*
I know that normally I would include 'jni.h' and add special keywords to the code, but:
1. I have no access to the source
2. I know it's very complex and I would drown trying to figure it out
*/
I greatly applreciate any help,
--Snake