HELP : How to defining environnement variable in the target computeur ?
Hello,
I need to define a environement variable called "SAXON_CP" where for example SAXON_CP=D:\saxon\saxon.jar and modify the CLASSPATH environement variable like this :
CLASSPATH = ...;%SAXON_CP%
How can I do this two operation in the target computer ?
I don't found any explanation about this in the doc.
Regard
Eipimun