I've got a java application using JNI working with FatJar and one-jar
My problem is that the one-jar expansion of the JNI DLL file is into .\lib
I'd like to be able to expand this into the Windows temporary area, or as specified by the JVM properties - even to use an environment variable for the destination of the DLL. Is this possible? Maybe a future enhancement?
Also is it possible to...
2009-05-28 15:23:53 UTC in Fat Jar Eclipse Plug-In