Kbase P4663: cannot find class using JdbcProgressTest.java
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/5/2002 |
|
Solution ID: P4663
FACT(s) (Environment):
IBM AIX
Progress 9.1B
SYMPTOM(s):
cannot find class using JdbcProgressTest.java
sqlexp works fine
FIX:
When the sqlexp script works fine, this means you already have a script on your machine which sets the right environment to run Java code. The name of that script is java_env and it is located inside your $DLC/bin directory.
At the end of that script you will find a lot of #echo commands. If you remove the # in front of them, then that script will give you the output information about the needed setting. This setting, when applied before trying to run your Java classes, will solve the problem.