AS/400 Toolbox for Java*: Demo Readme

Contents

Description

The AS/400 Toolbox for Java Demo includes the class and java source files that were shown at the AS/400 Toolbox for Java pedestal during the COMMON Expo in New Orleans (4/19/98 - 4/21/98).

License Agreement

This Demo is an example of using the AS/400 Toolbox for Java. IBM grants you a nonexclusive license to this as an example from which you can generate similar function tailored to your own specific needs.

The sample class files and code is provided by IBM for illustrative purposes only. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs.

All programs contained herein are provided to you "AS IS" without any warranties of any kind. The implied warranties of merchantability and fitness for a particular purpose are expressly disclaimed.

AS/400 Toolbox for Java
(C) Copyright IBM Corp. 1998
All rights reserved.
US Government Users Restricted Rights -
Use, duplication, or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

Setup Instructions

  1. Download the AS400Demo.zip file to your workstation. The zip file contains both the demo class and source files.
  2. Add the demo zip file to your CLASSPATH.
    For example, from a command line type: c:\>set CLASSPATH=%CLASSPATH%;c:\AS400Demo.zip
  3. To run the demo from a command line type: c:\>JAVA com.ibm.as400.demo.AS400Demo [ as400 ]
    where as400 is the AS/400 system name of the AS/400 system you are connecting to.

    Note: The Demo requires the AS/400 Toolbox for Java: Modification 1 beta zip or jar file.

* NOTE: Java is a trademark of Sun Microsystems, Inc.