From: Jost B. <jos...@ya...> - 2005-12-01 18:54:01
|
Hi Kun, > Can someone be kind enough to tell me how to add > some other jar files > to my classpath? Please copy your .jar files to /usr/share/java or to extension_dir/lib or to $JAVA_HOME/jre/lib/ext. If you install your .jars in /usr/share/java or extension_dir/lib, you can require them with: java_require("foo.jar;bar.jar"); If you copy them to $JAVA_HOME/jre/lib/ext, you must restart the backend after installation. Regards, Jost Boekemeier ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |