Kbase P69223: SQL-92: "Location of the Java compiler was not specified (8270)" when trying to create a stored proc
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
SYMPTOM(s):
Progress 9.x
"Location of the Java compiler was not specified (8270)"
Trying to create a SQL-92 stored procedure
FIX:
Compilation of an SQL-92 procedure or trigger is done on the server side and therefore you need JDK to be installed on your server.
Please install a supported version of JDK on your server and then include the location of your Java compiler ("javac") into the PATH environment variable, for example:"PATH=$DLC/jdk/bin::PATH".
For the information on Java versions supported with your Progress version, please
see "Product Availability Guide" on Progress TechSupport website.