This procedure describes how to run your project.
To run your project:
. emapi_env.sh
Running the command with the above syntax ensures that the variables are valid after the command is run.
set JAVA_HOME=java_installation_location
set PATH=java_installation_location;%PATH%
setenv JAVA_HOME java_installation_location
setenv PATH java_installation_location:$PATH
NOTE: Optionally, you can pass these parameters by using one of the alternative methods described in Java virtual machine parameters.
Parent Topic |