Error on compile: package com.ibm.as400.access does not exist
807598Jun 7 2006 — edited Jun 8 2006I cant seem to get this little pgm. to compile. I have:
import com.ibm.as400.*;
import java.io.*;
import java.sql.*;
import java.util.*;
import com.microsoft.jdbc.*;
at the top of the script and i have all the right jars in place - i am compiling from the IFS (on an AS400 in Ops Nav.)
I keep getting this:
package com.ibm.as400.access does not exist
Any help is gretaly appreciated - thank you in advance.