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/khtml/java
tpearson 865f314dd5
kdelibs update to Trinity v3.5.11
15 years ago
..
dummy Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
images Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
netscape Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
org/kde Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
tests Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ChangeLog Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
KJAS_GRAMMAR.txt Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am kdelibs update to Trinity v3.5.11 15 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
build.properties Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
build.xml Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
cr16-action-java.png Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjava.jar Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjava.policy.in Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaapplet.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaapplet.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaappletcontext.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaappletcontext.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaappletserver.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaappletserver.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaappletviewer.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaappletviewer.desktop Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaappletviewer.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaappletwidget.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaappletwidget.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavadownloader.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavadownloader.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaprocess.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kjavaprocess.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kqeventutil.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kqeventutil.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kxeventutil.cpp Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kxeventutil.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
make-jar Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
pluginsinfo Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 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