Task Builder Help Globe Icon

Add Navigation Script: Advanced Java Options: Imports

Use Imports to add the Java classes and packages needed by your script.

By importing classes or packages you can use the classes without having to specify their fully qualified name. You do not have to import classes from the com.attachmate.sc.ssa package as these imports are done implicitly.

If this
Then this
To add a class or package Click Add and enter just the name of the class or package you want to import.

For example, if you enter mypackage in the text field, the package name displays in the Import list as import mypackage;.

To edit a class or package Select the class or package you want to edit and click Edit. Use the text field to make any necessary changes.
To remove a class or package Select the class or package you want to remove and click Remove. When prompted, confirm your decision.

Verify Script:   Click this option to verify your script. This will not save changes. If the verification is successful, a message displays in the top pane of the editor. If the verification produces errors, they must be either corrected or the script disabled before you can save the script and proceed with implementing task execution.
Related Topics
Bullet Adding Scripts to Task Steps
Bullet Using Scripts to Replace Portions of Task Steps, Overview
Bullet Task Builder for Screens Help Links
  Footer