modules with native resources

2007-08-08 Thread Dan Corneanu
Hi, I have a module comprising of java source files and some DLL shared libraries. Clients using this module must have the DLLs in a regular folder, on the classpath, not packed in an archive. What package type can I use for this module? Using a jar package type will make the DLLs unusable. Using

Re: modules with native resources

2007-08-08 Thread Eric Redmond
Have you checked out NAR? http://java.freehep.org/freehep-nar-plugin/intro.html -- Eric Redmond http://blog.propellors.net On 8/8/07, Dan Corneanu [EMAIL PROTECTED] wrote: Hi, I have a module comprising of java source files and some DLL shared libraries. Clients using this module must