Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #15356
| From | clusardi2k@aol.com |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Using JNI Produced Jar Files: java.lang.UnsatisfiedLinkError |
| Date | 2012-06-16 23:46 -0700 |
| Organization | http://groups.google.com |
| 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> |
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