Use the iSeries Java Transform and Run view to transform and run
Java programs on a remote iSeries server.
It is not necessary to transform a class file prior to running it;
the iSeries server creates a program for you every time a new, or refreshed,
class is run. You can control the size and performance of a Java program by
using transform options. Before you can transform, you must export your class
files to an iSeries integrated file system directory.
To transform your Java program:
- Switch to the iSeries Java Transform and Run view:
- In the main menu, select .
- Expand iSeries and select iSeries
Java Transform and Run.
- To populate the Working Folder field, click
Browse to select a directory in the Browse
For Folder window.
- Optional: Click Advanced Options to
fine-tune your transform. Select the options you want and click OK.
Options are described in the related references below.
- Click the Create iSeries Java Program tab.
- Expand the folder in the left pane and select the classes in the
right pane that you want to transform. Note that you can select classes (or
JAR files, if you select Allow JAR files) from multiple
folders.
- Click CRTJVAPGM to have iSeries Java programs
created for the selected classes. The log confirms success or informs you
of any errors.
- At any time during the transform, you can click Stop.
Use Refresh to refresh the file list. Use Clear
Log to clear the Log field.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.