Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Specified com.ibm.as400. access.AS400JDBCDriver not found

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Specified com.ibm.as400. access.AS400JDBCDriver not found

    Double check your classpath. It's not finding jt400.jar where the driver class com.ibm.as400.access.AS400JDBCDriver resides.

  • #2
    Specified com.ibm.as400. access.AS400JDBCDriver not found

    Hi: I have exported my Customer Alpha Search to an NT Workstation from VisualAge 3.5.3. When I execute P:Chock>java production.LookupCust my Swing Jframe is displayed. I key in an Alpha string and click my Search button. I get the following message "Cannot find the class for the specified JDBC driver com.ibm.as400.access.AS400JDBCDriver". If I click the Search button again my result set is displayed. I make use of a Select bean and the result set is displayed in a Jformatted table. In my classpath I have the following: JDK1.2.2LIB, IVJDAB.JAR, DATA400.JAR, JT400.JAR, AS400UT.JAR, JT400MRI.JAR, JT400PROXY.JAR, JT400SERVLET.JAR,UI400.JAR,SQLJRUNTIME.JAR,UITOOLs .JAR,UTIL400.JAR, X4J400.JAR. My application works fine in VisualAge Ide. Thank you for any help, Joseph

    Comment

    Working...
    X