KHTML
kjavaprocess.h
Go to the documentation of this file.
Definition kjavaprocess.h:42
void exited(int status)
KJavaProcess(QObject *parent=0)
Creates a process object, the process is NOT invoked at this point.
Definition kjavaprocess.cpp:45
void setClasspath(const QString &classpath)
This will set the classpath the Java process will use.
Definition kjavaprocess.cpp:91
void setJVMPath(const QString &path)
Used to specify the path to the Java executable to be run.
Definition kjavaprocess.cpp:86
void setClassArgs(const QString &classArgs)
Arguments passed to the main class.
Definition kjavaprocess.cpp:112
void slotReceivedData()
This slot is called when the Java Process writes to standard out.
Definition kjavaprocess.cpp:248
void received(const QByteArray &)
void send(char cmd_code, const QStringList &args)
Sends a command to the KJAS Applet Server by building a QByteArray out of the data,...
Definition kjavaprocess.cpp:164
void setMainClass(const QString &clazzName)
The class to be called when startJava() is called.
Definition kjavaprocess.cpp:102
void setSystemProperty(const QString &name, const QString &value)
Set a property on the java command line as -Dname=value, or -Dname if value is QString().
Definition kjavaprocess.cpp:96
bool isRunning()
Returns the status of the java Process- true if it's ok, false if it has died.
Definition kjavaprocess.cpp:71
bool startJava()
Invoke the JVM with the parameters that have been set.
Definition kjavaprocess.cpp:76
QByteArray addArgs(char cmd_code, const QStringList &args)
Definition kjavaprocess.cpp:118
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.