1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Index: libjdic-java-0.0.20060613/jdic/demo/README
===================================================================
--- libjdic-java-0.0.20060613.orig/jdic/demo/README 2004-09-30 18:09:50.000000000 +0530
+++ libjdic-java-0.0.20060613/jdic/demo/README 2007-11-28 17:21:30.000000000 +0530
@@ -4,13 +4,7 @@
Run the demos using the following instructions (assuming java command
is under your PATH):
-Windows
-
- java -classpath ..\..\jdic.jar;. -Djava.library.path=..\..\ <class name>
-
-Unix
-
- java -classpath ../../jdic.jar:. -Djava.library.path=../../ <class name>
+ java -classpath /usr/share/java/jdic.jar: -Djava.library.path=/usr/lib/jni/ <class name>
where <class name> is the same as the application's name, such as FileExplorer,
FileChooser, FileTypes, SimpleBrowser, Browser, and Tray.
|