J
JD Uhler
I am running an executable JAR file from the command line using
java.exe -jar myapplication.jar. The error message SQLException: No
suitable driver appears at run time. The application runs fine from
Websphere Application Developer using the Run -> "Run..." menu option.
I am using DB2 with the following in my properties/parameters file:
functional_id=joeschmoe
functional_password=secret
DBSchema=DB2PROD
JDBCDriver=COM.ibm.db2.jdbc.app.DB2Driver
JDBCConnectionURL=jdbc:db2B2P
I am including the following JARs in my classpath:
db2java.zip, rt.jar, propertiesfilehandling.jar
How do I get rid of this error message?
Thank you
java.exe -jar myapplication.jar. The error message SQLException: No
suitable driver appears at run time. The application runs fine from
Websphere Application Developer using the Run -> "Run..." menu option.
I am using DB2 with the following in my properties/parameters file:
functional_id=joeschmoe
functional_password=secret
DBSchema=DB2PROD
JDBCDriver=COM.ibm.db2.jdbc.app.DB2Driver
JDBCConnectionURL=jdbc:db2B2P
I am including the following JARs in my classpath:
db2java.zip, rt.jar, propertiesfilehandling.jar
How do I get rid of this error message?
Thank you