Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #15356
| 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:46:01 -0700 (PDT) |
| Organization | http://groups.google.com |
| Lines | 10 |
| Message-ID | <ebdaa001-71fc-4f90-99a6-8bd23e49088f@googlegroups.com> (permalink) |
| References | <c8c37ba8-17af-4b59-b814-cdf840f33b18@googlegroups.com> <vjsqt7lidudvip8i3sm9claeccagvr2ot4@4ax.com> <e8fe89fd-3767-44ea-8bfc-6a9228b890e4@googlegroups.com> |
| NNTP-Posting-Host | 108.39.93.13 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| X-Trace | posting.google.com 1339915955 2923 127.0.0.1 (17 Jun 2012 06:52:35 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Sun, 17 Jun 2012 06:52:35 +0000 (UTC) |
| In-Reply-To | <e8fe89fd-3767-44ea-8bfc-6a9228b890e4@googlegroups.com> |
| 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:15356 |
Show key headers only | View raw
One alternative to using the dot jar file would be to throw the dot jar away, Thus, I could build a C++ class (in NetBeans per JNI) that uses a small subset of the class' mentioned in the large dot jar file, and just use JNI to communicate with a java NetBeans project! A second alternative would be to also not use the dot jar file, build a C++ class (maybe in NetBeans or Visual Studio) that uses a small subset of the class' mentioned in the dot jar file, have the C++ program write all the required data to a file, and use a java NetBeans project to read from the new file after first invoking the corresponding C++ project!
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