Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error on compile: package com.ibm.as400.access does not exist

807598Jun 7 2006 — edited Jun 8 2006
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 6 2006
Added on Jun 7 2006
10 comments
1,970 views