The Net.Data wizards are started from the command line and contained in the file, NetDataSmartGuides.jar.
To start a wizard with the Java Development Kit (JDK):
[Path]NetDataSmartGuides.jarwhere [Path] is the optional path to the NetDataSmartGuides.jar file.
For Windows NT and OS/2 operating systems, add the following line to your CLASSPATH environment vairable:
[Path]NetDataSmartGuides.jar;[UDBInstallationPath]\java\db2java.zip
For UNIX operating systems, add the following line to your CLASSPATH environment vairable:
[Path]NetDataSmartGuides.jar:[UDBInstallationPath]\java\db2java.zip
Where [Path] is the optional path to the NetDataSmartGuides.jar file and [UDBInstallationPath] is the path to your UDB installation, for example C:\SQLLIB.
java TaskGuide LaunchPad.class
SmartGuides.cmd
A launchpad opens with the list of available wizards as shown in Figure 29.
Figure 29. The wizard lauchpad
![]() |
To start a wizard with the Java Runtime Environment (JRE):
jre -cp [Path]NetDataSmartGuides.jar TaskGuide LaunchPad.classwhere [Path] is the optional path to the NetDataSmartGuides.jar file.
A launchpad opens with the list of available wizards as shown in Figure 29.
For Windows NT and OS/2 operating systems:
jre -cp [Path]NetDataSmartGuides.jar;[UDBInstallationPath] \java\db2java.zip TaskGuide LaunchPad.class
For UNIX operating systems:
jre -cp [Path]NetDataSmartGuides.jar:[UDBInstallationPath] \java\db2java.zip TaskGuide LaunchPad.class
Where [Path] is the optional path to the NetDataSmartGuides.jar file and [UDBInstallationPath] is the path to your UDB installation, for example C:\SQLLIB.