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
Michele Calgaro 0c5985ae03
LIB_QT -> LIB_TQT conversion to align to updated admin module
6 years ago
..
dummy Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
images Fix invalid headers in PNG files and optimize for size 8 years ago
netscape Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
org/kde Additional k => tde renaming and fixes 11 years ago
tests Rename common header files for consistency with class renaming 11 years ago
CMakeLists.txt Revert commit 1d498994 10 years ago
ChangeLog Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
KJAS_GRAMMAR.txt Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module 6 years ago
README Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
TODO Additional k => tde renaming and fixes 11 years ago
build.properties Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
build.xml Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
configure.in.in Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
cr16-action-java.png Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kjava.jar Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kjava.policy.in Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kjavaapplet.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kjavaapplet.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kjavaappletcontext.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kjavaappletcontext.h Rename KHTML and kiobuffer 11 years ago
kjavaappletserver.cpp Additional k => tde renaming and fixes 11 years ago
kjavaappletserver.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kjavaappletviewer.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kjavaappletviewer.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 years ago
kjavaappletviewer.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kjavaappletwidget.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kjavaappletwidget.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kjavadownloader.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kjavadownloader.h Additional k => tde renaming and fixes 11 years ago
kjavaprocess.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kjavaprocess.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kqeventutil.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kqeventutil.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kxeventutil.cpp Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
kxeventutil.h Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
make-jar Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
pluginsinfo Rename a number of libraries and executables to avoid conflicts with KDE4 11 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