On Wed, Sep 26, 2007 at 09:39:35AM +0200, Magnus Holmgren wrote: > On tisdagen den 25 september 2007, Michael Koch wrote: > > libjvm.so is designed to be dlopened at runtime (found on LD_LIBRARY_PATH). > > Any application, that tries to link that library, is buggy. Please never > > ever link it directly. > > OK, I'll do my best (worst) to cluebat upstream then. (Didn't you mean "_not_ > found on LD_LIBRARY_PATH", since, well, it's not?)
You are supposed to set LD_LIBRARY_PATH correctly before you start your binary. Not that different JVMs put libjvm.so into different dirs under $JAVA_HOME. Cheers, Michael -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

