PowerDesigner defines a certain number of environment variables for use used in generation commands and with GTL. You can edit these variables and add your own.
Variable |
Description |
Default |
---|---|---|
CMD |
Windows command interpreter |
command.com or cmd.exe |
HOME |
Variable defining the default home directory |
— |
J2EEVERIF |
Batch program for verifying if the deployment jar for an EJB is correct |
verifier.bat |
JAR |
Command for archiving java files |
jar.exe |
JAVA |
Command for running JAVA programs |
java.exe |
JAVAC |
Command for compiling JAVA source files |
javac.exe |
JAVADOC |
Command for defining JAVA doc comments |
javadoc.exe |