How To
Summary
IBM i Access Client Solutions 5250 Macros can be written to use custom macro scripting language and it might be desirable to reference external Java classes within that code. This document provides the information needed to accomplish this goal.
Objective
Environment
Steps
To use an external Java class, locate the Session Manager Directory by opening the IBM i ACS Session Manager and from File select Open Directory. By default this is going to be a path similar to: Documents\IBM\iAccessClient\Emulator.
Then, create the following directory structure under the Emulator folder:
/macro/classes
/macro/lib
/macro/classes is for *.class files with the proper directory structure like com/ibmifst/AcsMacroAccessor.class
/macro/lib is for *.jar files.
Put the wanted .class or .jar files that are to be referenced in the appropriate IBM\iAccessClient\Emulator\macro\classes or IBM\iAccessClient\Emulator\macro\lib folder and the custom macro scripts can access them.
Related Information
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
02 March 2023
UID
ibm16959665