From aa753cfe9943b922f95bf4d5632f7629ea27307a Mon Sep 17 00:00:00 2001 From: "idk%eng.sun.com" Date: Wed, 9 May 2001 01:29:06 +0000 Subject: [PATCH] *not part of the build* fix for 78910 author=sva@sparc.spb.su (Vladimir Strigun) git-svn-id: svn://10.0.0.236/trunk@94309 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/plugins/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/java/plugins/README b/mozilla/java/plugins/README index 0b3b2f66c88..8f747d43101 100644 --- a/mozilla/java/plugins/README +++ b/mozilla/java/plugins/README @@ -41,7 +41,7 @@ How to Run: * Add following directories to to your path: %MOZILLA_FIVE_HOME% - In case OJI_DISABLE add %JDKHOME%\jre\bin\classic to your path + In case OJI_DISABLE add %JDKHOME%\jre\bin\client to your path * Copy class files from mozilla/dist/classes to your JRE/lib/ext directory and add JRE/lib/ext to your classpath @@ -74,7 +74,7 @@ How To Build: * Add following directories to to your LD_LIBRARY_PATH: -$MOZILLA_FIVE_HOME:$JDKHOME/jre/lib/$HOSTTYPE/native_threads:$JDKHOME/jre/lib/$HOSTTYPE/classic: +$MOZILLA_FIVE_HOME:$JDKHOME/jre/lib/$HOSTTYPE/native_threads:$JDKHOME/jre/lib/$HOSTTYPE/client: $JDKHOME/jre/lib/$HOSTTYPE/: * type "gmake" @@ -88,7 +88,7 @@ How to build and run test * go to the test directory and type "gmake" test.jar will be placed in mozilla/dist/bin/plugins directory -* set LD_PRELOAD to libXm.so +* set LD_PRELOAD to libXm.so (to libawt.so on linux platform) * Run mozilla and load page resource:///res/javadev/pluglets/test.html and if everething is ok you will see some awt demo.