The VJavaApplicationCall class allows you to run a Java™ application on the server from a client by using a graphical user interface (GUI).
The GUI is a panel with two sections. The top section is an output window that displays output that the Java program writes to standard output and standard error. The bottom section is an input field where the user enters the Java environment, the Java program to run with parameters and input the Java program receives via standard input. Refer to the Java command options for more information.
For example, this code might create the following GUI for your Java program.
VJavaApplicationCall is a class that you call from your Java program. However, the IBM® Toolbox for Java also provides a utility that is a complete Java application that can be used to call your Java program from a workstation. Refer to the RunJavaApplication class for more information.