Important: This section only concerns VADELIA and SADELIA programs, and the compilation server.
Before you can run a Java application provided by Hardis, you must:
- Define the client/server configuration using the Middleware configurator installed with Visual Adelia.
The overall client/server Java Middleware setup is configured in the CfgConfiguration.properties file in the "/adeliws/javarun" directory.
Miscellaneous rules
- The virtual Java machine must be level 1.2 or higher.
- The configurator start command is case-sensitive.
- The configurator start command will fail if the following points are not specified in the CLASSPATH environment variable of the system used:
- the path to the virtual Java machine's Runtime,
- the path to the Hardis Package "adeljrt.jar",
- the dot representing the current directory.
For example, with Microsoft Windows the declaration could look like this:
"SET CLASSPATH=.;c:\adeliws\javarun\adeljrt.jar;c:\adeliws\javarun;C:\jdk1.3\jre\lib\rt.jar" |