"Aaron M. Renn" wrote:
> Brian Jones ([EMAIL PROTECTED]) wrote:
> > I may have changed a couple of lib names today without changing the
> > load in the .java file to match. My mistake. I'll fix it tomorrow.
>
> Our Java files should be loading names like "javanet". Now this maps
> to a native library name. In Japhar, supposedly either libjavanet.so
> or libjaphar_javanet.so work, but I've only ever gotten the latter to
> do so. I wonder if we are hardcoding a library name someplace in our
> native code.
oh, you know what this might be? Joechen fixed a bug in MapDLLName (or
whatever that method is) that gives you the name of the .so to load. that
can only return one name, and it returns libjaphar_%s.so. hmm.. i'll take
a look at this tomorrow.
Chris
--
<saturn5> do { addMoreFeatures(); } until (engineers = 0);