Hello all,

My project "A" depends on a 3rd party JAR "B" which has an accompanying DLL
"C" (accessed through JNI).  I have two questions that do not seem clearly
addressed in existing documentation:

1) Must I structure these three files as different projects (each with its
own POM) in my internal repository where "A" depends on "B" depends on "C"?
Can DLL "C" not be packaged with its JNI wrapper "B" as one entry in the
repo?

2) For the JNI stuff to work, my DLL "C" must be in my project "A"'s
executing directory and must have a specific filename "C.DLL" - not
"C-2.1.1.DLL"!  How can I ensure that my developers will be able to run
project "A" on their local machine with "C.DLL" in their executing
directory?

Thanks in advance!
Rob Harper



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to