Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
Setting Environment Variables (External Components Installation Guide) (M6859IG+Environment.htm)
On Windows 2000, Server 2003 and XP, environment variables can be set by right clicking on My Computer and selecting Properties. Select the Advanced tab and then select Environment or Environment Variables.
Note: Quotes (") are not needed even if the path includes spaces.
variableName=path;export variableName
For example, to set the variable CLASSPATH:
CLASSPATH=.:/usr/northgateis/JReal-3.1/jreal.jar:/usr/northgateis/RealSQL-JDBC-1.0/realsql-jdbc.jar;export CLASSPATH
To set multiple paths, separate them with colons as shown above.
Note: When using RealWeb, the web server/servlet plug-in may have specific mechanisms for adding JReal into its CLASSPATH. The readme.txt file supplied with JReal tells you how to do this for JRun.