Net.Data SQL Assist is started from the command line and contained in the file, {inst_dir}/assist/NetDataAssist.jar.
To start Net.Data Assist with the Java Development Kit (JDK):
Enter the following command to start Net.Data Assist:
java -classpath %CLASSPATH%;{inst_dir}/assist/NetDataAssist.jar NetDataAssist
To start Net.Data Assist with the Java Runtime Environment (JRE):
Enter the command to start Net.Data Assist:
jre -cp %CLASSPATH%;{inst_dir}/assist/NetDataAssist.jar NetDataAssist
Click on the Next button to navigate through the windows used to logon, construct an SQL statement, and generate a Net.Data macro.