Setting the environment variables
The following environment variables should be set for JDeveloper. JDEV_USER_HOME
is mandatory and needs to be set before launching JDeveloper.
JDEV_USER_HOME
points to the directory which contains my projects.JDEV_JAVA_HOME
points to the Java SDK that is required for development. It is not usually required to set this variable.
How to do it...
To set the JDEV_USER_HOME
environment variables, perform the following:
On Windows:
Right-click on My Computer or Computer, and select Properties from the menu.
Click on Advanced System Settings to open the System Properties window.
Click on the Advanced tab.
Click on the Environment Variables button.
Select the New button for user variables.
In the Variable name field, enter
JDEV_USER_HOME
.In the Variable value field, enter the directory of the
jdevhome\jdev
directory, for example,C:\oaf\jdevhome\jdev
as shown in the following screenshot:Click on the OK button.
On Unix, at the command prompt, run the following command:
export...