You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/tdehtml/java
Timothy Pearson 7427e43835
Rename KHTML and kiobuffer
12 years ago
..
dummy Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
images Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
netscape Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
org/kde Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
tests Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
CMakeLists.txt Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
ChangeLog Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
KJAS_GRAMMAR.txt Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Makefile.am Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
README Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
TODO Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
build.properties Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
build.xml Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
configure.in.in Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
cr16-action-java.png Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjava.jar Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjava.policy.in Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavaapplet.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavaapplet.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavaappletcontext.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavaappletcontext.h Rename KHTML and kiobuffer 12 years ago
kjavaappletserver.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavaappletserver.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavaappletviewer.cpp Rename KHTML and kiobuffer 12 years ago
kjavaappletviewer.desktop Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavaappletviewer.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavaappletwidget.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavaappletwidget.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavadownloader.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavadownloader.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavaprocess.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kjavaprocess.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kqeventutil.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kqeventutil.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kxeventutil.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
kxeventutil.h Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
make-jar Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
pluginsinfo Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago

README

Wynn Wilkes- November 14, 2000
I've just completed a large update that fixes a large number of bugs.  The
update also adds applet security.  The security update requires a Java 2
jvm.  

This is libkdejava, the KDE Java support library.

Directory map:

$CWD			CPP sources for KDE binding to KJAS and some
			additional utility classes.
kjava-classes.zip	An *uncompressed* ZIP file containing the .class files
			for the KJAS server. The files must be uncompressed to
			support some crappy JVMs.
org/kde/kjas/server	Java sources for KJAS server process

You can find more information at http://developer.kde.org/language-bindings/java/

Richard Moore.
rich@kde.org