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 ed8e30bc6d
Removed code formatting modelines.
4 years ago
..
dummy For templates from CMake, use the TDE CMAKE TEMPLATES variable. 4 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 Simplify CMake rules for desktop file translations. 4 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 Removed code formatting modelines. 4 years ago
kjavaappletcontext.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kjavaappletcontext.h Removed code formatting modelines. 4 years ago
kjavaappletserver.cpp Additional k => tde renaming and fixes 11 years ago
kjavaappletserver.h Removed code formatting modelines. 4 years ago
kjavaappletviewer.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kjavaappletviewer.desktop Desktop file translations: 4 years ago
kjavaappletviewer.h Removed code formatting modelines. 4 years ago
kjavaappletwidget.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
kjavaappletwidget.h Removed code formatting modelines. 4 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 Removed code formatting modelines. 4 years ago
kqeventutil.cpp Removed code formatting modelines. 4 years ago
kqeventutil.h Removed code formatting modelines. 4 years ago
kxeventutil.cpp Removed code formatting modelines. 4 years ago
kxeventutil.h Removed code formatting modelines. 4 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