Consultor Eletrônico



Kbase P109228: Can not run the sample program ProgressTest.class
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/9/2008
Status: Verified

SYMPTOM(s):

Can not run the sample program ProgressTest.class

Exception in thread "main" java.lang.NoClassDefFoundError: com/progress/sql/jdbc/ProgressTest

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.x

CAUSE:

The sample in chapter 2 of the JDBC Driver Guide shows C:\>java com.progress.sql.jdbc.ProgressTest jdbc:JdbcProgress:T:ktwo:2000:mydb. This statement is incorrect.

FIX:

Change ProgressTest to JdbcProgressTest
The proper syntax using the example above should be C:\>java com.progress.sql.jdbc.JdbcProgressTest jdbc:JdbcProgress:T:ktwo:2000:mydb