Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 14 2004
Added on Jun 15 2004
5 comments
103 views