Try OpenEdge Now
skip to main content
SQL Development
JDBC Client : Setting environment variables : Setting environment variables in a character environment
 

Setting environment variables in a character environment

Before you can use the JDBC driver, you must first set your environment variables.
To set an environment variable in a character environment, use the following command as an example. This command can be either typed at a system prompt or placed in a file that is run during login to the system, as shown below:
CLASSPATH=$DLC/java/openedge.jar: $CLASSPATH