U
Uli Kunkel
I'm developing an applet that calls a wrapper c++ dll using JNI.
The wrapper dll itself uses some other dlls.
Applet---Wrapper DLL----Other DLLs
This "Other DLLs" have to be in my java_home/bin directory to be called
correctly.
What I want is to create a jar that will contain them all.
I'm currently loading the Wrapper Dll whit System.load(path_to_dll).
Can I include this dlls in my project and have them in one jar file or
I'll have to put them in the system path instead?
Thanks in advance for any suggestions.
The wrapper dll itself uses some other dlls.
Applet---Wrapper DLL----Other DLLs
This "Other DLLs" have to be in my java_home/bin directory to be called
correctly.
What I want is to create a jar that will contain them all.
I'm currently loading the Wrapper Dll whit System.load(path_to_dll).
Can I include this dlls in my project and have them in one jar file or
I'll have to put them in the system path instead?
Thanks in advance for any suggestions.