Consultor Eletrônico



Kbase P37710: Open Client: com\progress\open4gl\Open4GLException.class not found
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

FACT(s) (Environment):

Windows XP
Progress 9.1D

SYMPTOM(s):

The Java proxy is successfully generated.

Java client app fails to compile with a no class found error..

com\progress\open4gl\Open4GLException.class not found

CAUSE:

The com.progress.open4gl package was not included in the java client.

FIX:

The Open4GLException class is part of the com.progress.open4gl package.
The Java client must know where this class resides.

Include this package at the top of your program.

Example Code Snippet:

import com.progress.open4gl.*;