KJavaProcess Class Reference

[KDE Java Index] [KDE Java Hierarchy] [Headers]


A class for invoking a Java VM More...

#include <kjavaprocess.h>

Inherits: QObject

Public Members

Protected Members

Protected Slots


Detailed Description

This class is a general tool for invoking a Java interpreter. It allows you to specifiy some of the standard options that should be understood by all JVMs, and in future will also ensure that QtAWT is used instead of the system default toolkit.


void setJVMPath( QString path ) [public]

Used to specify the location of the JVM.

void setJVMVersion( int major, int minor = 0, int patch = 0 ) [public]

Used to decide the parameter names for JVM stack size etc.


  • Author: Richard J. Moore, rich@kde.org
  • Version: $Id: KJavaProcess.html 26654 1999-07-29 18:19:45Z rich $
  • Documentation generated by rich@pegasus on Tue Jul 27 00:15:43 BST 1999
Kdoc