nelson wrote: > Hi > > Thanks for the reply > I rebuild JSS with JDK1.3.1_02 and libjss3.so don't link with > libjava.so yet... > > ldd libjss3.so give: > [...] > libhpi.so => /usr/java/jdk1.3.1_02/jre/lib/i386/native_threads/libhpi.so >(0x400fa000) > libjvm.so => /usr/java/jdk1.3.1_02/jre/lib/i386/classic/libjvm.so (0x40105000) > libjava.so => not found > [...]
This is not a problem. The JSS DLL will get loaded by a JSS application running inside the JVM. libjava.so and libjvm.so will already be loaded into the process, so JSS will not have to go find them.
