how do i wrap a dll inside an executable jar
843829Jan 4 2009 — edited Jan 14 2009hi,
i have an executable jar that uses jni to reference native code in a dll.
i can launch the executable jar only if the dll is in the same directory as the jar (or in system32).
so, i figured if i added the dll to the jar it would work. no!
what do i do to deploy only 1 executable jar?
thanks