summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/test/dcop/README
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/test/dcop/README')
-rw-r--r--kdejava/koala/test/dcop/README28
1 files changed, 0 insertions, 28 deletions
diff --git a/kdejava/koala/test/dcop/README b/kdejava/koala/test/dcop/README
deleted file mode 100644
index 1fb7fac7..00000000
--- a/kdejava/koala/test/dcop/README
+++ /dev/null
@@ -1,28 +0,0 @@
-This directory contains a test for using a DCOPObject written Java.
-
-The java DCOP object is in JavaDCOPObject.java
-The test app is in Test.java
-
-
-To test it, you should do the following:
-
-set your CLASSPATH (qtjava.jar & koala.jar)
-set your LD_LIBRARY_PATH (${TDEDIR}/lib
-
-compile it (javac *.java)
-$javac *.java
-
-run it
-$java Test
-
-open kdcop and look voor a program called "JavaTest"
-open it and the JavaDCOPObjet appears. The JavaDCOPObject contains one
-operation called myOperation. If you select it and run it, you should see 'test from Java'
-
-You can quit the java program by calling quit() on the application dcop object! (or just hit ctrl-c)
-
-
-Note that the JavaDCOPObject implements javaProcess(), interfaces() and functions().
-These should be generated, but for the timebeing this is done manually.
-
-