diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-08 20:06:00 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-08 20:06:00 +0100 |
commit | 636f509299122d02087c6fd62e1e4a46dbd22026 (patch) | |
tree | 70e43efceeb5b00e7f19cdac8da44928bd2fb459 /tdejava/koala/test/dcop/README | |
parent | 719b61750c08343f530068ed4127623aeac71cf0 (diff) | |
download | tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.tar.gz tdebindings-636f509299122d02087c6fd62e1e4a46dbd22026.zip |
Rename many classes to avoid conflicts with KDE
Diffstat (limited to 'tdejava/koala/test/dcop/README')
-rw-r--r-- | tdejava/koala/test/dcop/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tdejava/koala/test/dcop/README b/tdejava/koala/test/dcop/README new file mode 100644 index 00000000..0cc85b18 --- /dev/null +++ b/tdejava/koala/test/dcop/README @@ -0,0 +1,28 @@ +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. + + |