Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: clusardi2k@aol.com Newsgroups: comp.lang.java.programmer Subject: Re: Using JNI Produced Jar Files: java.lang.UnsatisfiedLinkError Date: Sat, 16 Jun 2012 23:16:46 -0700 (PDT) Organization: http://groups.google.com Lines: 13 Message-ID: References: NNTP-Posting-Host: 108.39.93.13 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1339913905 14326 127.0.0.1 (17 Jun 2012 06:18:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 17 Jun 2012 06:18:25 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=108.39.93.13; posting-account=r24XpwkAAABfAJg5TJRsTScS4AL5MjOT User-Agent: G2/1.0 Xref: csiph.com comp.lang.java.programmer:15354 On Sunday, June 17, 2012 2:02:00 AM UTC-4, Roedy Green wrote: > By far the easiest way to implement JNI is with Java Web Start. It > automatically selects the right DLL and it also installs it for you > where load/loadlibrary can find it. > > http://mindprod.com/jgloss/jni.html > http://mindprod.com/jgloss/javawebstart.html > -- > Roedy Green Canadian Mind Products My requirements are to use NetBeans and a dot jar file. Thanks but still looking,