Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #15250
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: java and stud libraries |
| Date | 2012-06-13 12:27 -0700 |
| Organization | Canadian Mind Products |
| Message-ID | <n3qht71o0elmhhr199ad6ss8e59la529cn@4ax.com> (permalink) |
| References | <4fcf0317$0$1698$426a74cc@news.free.fr> |
On Wed, 06 Jun 2012 09:13:27 +0200, Olve <Olve@nowhere.wd.invalid> wrote, quoted or indirectly quoted someone who said : > I have some problem with a java wrapper around C library, when this >wrapper is used inside firefox. It simple doesn't run, though it does if >I don't use a navigator. I am not familiar with the term "a navigator". Running C code in an Applet is very very difficult because you must arrange for it to be installed on the library path before the Applet even starts. You must also arrange to load either the 32 or 64 bit version of the code depending on the browser and JVM. See http://mindprod.com/applet/wassup.html to figure out what you have. I just about went mad trying to do this years ago with SetClock. see http://mindprod.com/applet/setclock.html Just to add to the fun, every browser had its own proprietary tricks. It is much easier to use Java Web Start. Then the run time automatically installs the dll, selects the correct dll without you having to do anything more than write a few lines in a *.jnlp file. Your app runs outside the meddling browser, so if it works on one machine, it will work on others. see 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 | Find similar | Unroll thread
java and stud libraries Olve <Olve@nowhere.wd.invalid> - 2012-06-06 09:13 +0200 Re: java and stud libraries Roedy Green <see_website@mindprod.com.invalid> - 2012-06-06 19:49 -0700 Re: java and stud libraries Roedy Green <see_website@mindprod.com.invalid> - 2012-06-13 12:27 -0700
csiph-web