Consultor Eletrônico



Kbase 19238: OPEN CLIENT: Use O4GLRT2.ZIP When Compiling With Java 1.2
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/5/1999
In 9.1A, if you are using Java 1.2 (Java 2) and are using the InputResultSet class that is part of com.progress.open4gl you need to add O4GLRT2.ZIP to the beginning of your CLASSPATH when compiling your application.

This is because the O4GLRT2.ZIP file contains a Java 1.2 compatible version of the InputResultSet class (i.e. it is compatible with the new java.sql.ResultSet interface). Failure to add this file to your CLASSPATH will cause compilation problems because methods that are part of the Java 1.2 version of java.aql.ResultSet do not exist in the InputResultSet class that is contained in the original O4GLRT.ZIP (which is Java 1.1 compatible).