File: demos_README.diff

package info (click to toggle)
libjdic-java 0.9.5-7
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,024 kB
  • ctags: 2,427
  • sloc: java: 8,655; xml: 3,837; cpp: 3,437; ansic: 677; sh: 318; makefile: 214
file content (19 lines) | stat: -rw-r--r-- 810 bytes parent folder | download | duplicates (2)
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.