X-Received: by 10.224.76.198 with SMTP id d6mr8067119qak.8.1359974035935; Mon, 04 Feb 2013 02:33:55 -0800 (PST) X-Received: by 10.49.81.72 with SMTP id y8mr1706928qex.42.1359974035880; Mon, 04 Feb 2013 02:33:55 -0800 (PST) Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!p13no11083388qai.0!news-out.google.com!k2ni4456qap.0!nntp.google.com!p13no9390547qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Mon, 4 Feb 2013 02:33:55 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.134.120.30; posting-account=RhQ8gwoAAAD9gcTTWFMFANQe0Bkl5LQq NNTP-Posting-Host: 83.134.120.30 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <34e0127c-36db-4597-baab-042a9139bbef@googlegroups.com> Subject: Pack libraries with native libs From: manuel.dahmen@gmail.com Injection-Date: Mon, 04 Feb 2013 10:33:55 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1573 Xref: csiph.com comp.lang.java.programmer:22069 Hello Java Programmers, I'm new to this list. I have one question regarding packing application jar with libraries. So, I have one jar (classes that I've written), and other jars (jogl opengl binding for java) which reffer to native libraries (dll's). I'd like to pack these jars into ONE runnable jar. The problem is the native libraries, I can't launch from within the archive. I can use JEXEPACK which costs $100,00 but I don't have that money available for now. Is there other solution? An installer? If yes, which should I use? DAHMEN MANUEL http://darkfortress.codeplex.com