Hi,

I encountered the same problem trying to get Hudson running on Tomcat 5.5
with Java 5; in the end I got it to work by adding the following lines to
/etc/init.d/tomcat5.5, just before the $DAEMON invocation which starts
Tomcat:

                if [ -d $JAVA_HOME/jre/lib/i386 ]; then
                    # Workaround for Sun JVM bug
                    export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/i386/
                fi

I'm guessing a similar fix would work for standalone Java apps.

Regards,

Stephen




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to