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
Timothy Pearson b19ddece21
Rename KInstance and KAboutData to avoid conflicts with KDE4
11 years ago
..
dummy [kdelibs] fix linking error in khtml 13 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 Revert automated changes 14 years ago
tests Rename KApplication to TDEApplication to avoid conflicts with KDE4 11 years ago
CMakeLists.txt Additional kde to tde renaming 13 years ago
ChangeLog Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
KJAS_GRAMMAR.txt Revert automated changes 14 years ago
Makefile.am Rename additional instances of KDE to TDE 13 years ago
README Revert automated changes 14 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 Revert automated changes 14 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 Revert automated changes 14 years ago
kjavaapplet.h Initial conversion for TQt for Qt4 3.4.0 TP2 14 years ago
kjavaappletcontext.cpp Rename old tq methods that no longer need a unique name 13 years ago
kjavaappletcontext.h Initial conversion for TQt for Qt4 3.4.0 TP2 14 years ago
kjavaappletserver.cpp Rename old tq methods that no longer need a unique name 13 years ago
kjavaappletserver.h Initial conversion for TQt for Qt4 3.4.0 TP2 14 years ago
kjavaappletviewer.cpp Rename KInstance and KAboutData to avoid conflicts with KDE4 11 years ago
kjavaappletviewer.desktop Update XDG information in support of bug report 892. 12 years ago
kjavaappletviewer.h Rename KInstance and KAboutData to avoid conflicts with KDE4 11 years ago
kjavaappletwidget.cpp Rename tqsetAlignment to fix bindings 13 years ago
kjavaappletwidget.h Use non-tq sizeHint functions to fix bindings 13 years ago
kjavadownloader.cpp Trinity Qt initial conversion 14 years ago
kjavadownloader.h Initial conversion for TQt for Qt4 3.4.0 TP2 14 years ago
kjavaprocess.cpp Remove additional unneeded tq method conversions 13 years ago
kjavaprocess.h Rename KDEHOME and KDEDIR 13 years ago
kqeventutil.cpp Trinity Qt initial conversion 14 years ago
kqeventutil.h TQt conversion fixes 14 years ago
kxeventutil.cpp Revert automated changes 14 years ago
kxeventutil.h Trinity Qt initial conversion 14 years ago
make-jar Revert automated changes 14 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