Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #15353
| Path | csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail |
|---|---|
| From | Roedy Green <see_website@mindprod.com.invalid> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Using JNI Produced Jar Files: java.lang.UnsatisfiedLinkError |
| Date | Sat, 16 Jun 2012 23:02:00 -0700 |
| Organization | Canadian Mind Products |
| Lines | 12 |
| Message-ID | <vjsqt7lidudvip8i3sm9claeccagvr2ot4@4ax.com> (permalink) |
| References | <c8c37ba8-17af-4b59-b814-cdf840f33b18@googlegroups.com> |
| Reply-To | Roedy Green <see_website@mindprod.com.invalid> |
| NNTP-Posting-Host | Z2l1DcCELS0rATq8NqV4Sw.user.speranza.aioe.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Transfer-Encoding | 7bit |
| X-Complaints-To | abuse@aioe.org |
| X-Notice | Filtered by postfilter v. 0.8.2 |
| X-Newsreader | Forte Agent 6.00/32.1186 |
| Xref | csiph.com comp.lang.java.programmer:15353 |
Show key headers only | View raw
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 http://mindprod.com Controlling complexity is the essence of computer programming. ~ Brian W. Kernighan 1942-01-01 .
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Using JNI Produced Jar Files: java.lang.UnsatisfiedLinkError clusardi2k@aol.com - 2012-06-15 08:22 -0700
Re: Using JNI Produced Jar Files: java.lang.UnsatisfiedLinkError clusardi2k@aol.com - 2012-06-16 22:47 -0700
Re: Using JNI Produced Jar Files: java.lang.UnsatisfiedLinkError Roedy Green <see_website@mindprod.com.invalid> - 2012-06-16 23:02 -0700
Re: Using JNI Produced Jar Files: java.lang.UnsatisfiedLinkError clusardi2k@aol.com - 2012-06-16 23:16 -0700
Re: Using JNI Produced Jar Files: java.lang.UnsatisfiedLinkError clusardi2k@aol.com - 2012-06-16 23:46 -0700
Re: Using JNI Produced Jar Files: java.lang.UnsatisfiedLinkError Roedy Green <see_website@mindprod.com.invalid> - 2012-06-18 02:27 -0700
csiph-web