Here I am listing out some useful configuration for Jdeveloper
How to change the Jdev user home
- Goto MW_HOME\jdeveloper\jdev\bin\jdev.boot file and configure the environment var - "JDEV_USER_HOME" for variable - ide.user.dir.var and set that env var in the OS Environment variables for the user. Alternatively we can configure the ide.user.dir.var with the hard coded directory path. E.g: C:\myworkspace
How to change Jdev PermGen
- Goto MW_HOME\jdeveloper\jdev\bin\jdev.conf file,
change the VMOption - AddVMOption -XX:MaxPermSize=512M (512M is for example. We can
set the value as per our requirement)
How to change the heap size for JVM being used by jdev:
- Goto MW_HOME\jdeveloper\jdev\bin\ide.conf and change the Xmx and Xms values as per your requirement.
How to change the Jdev user home
- Goto MW_HOME\jdeveloper\jdev\bin\jdev.boot file and configure the environment var - "JDEV_USER_HOME" for variable - ide.user.dir.var and set that env var in the OS Environment variables for the user. Alternatively we can configure the ide.user.dir.var with the hard coded directory path. E.g: C:\myworkspace
How to change Jdev PermGen
- Goto MW_HOME\jdeveloper\jdev\bin\jdev.conf file,
change the VMOption - AddVMOption -XX:MaxPermSize=512M (512M is for example. We can
set the value as per our requirement)
How to change the heap size for JVM being used by jdev:
- Goto MW_HOME\jdeveloper\jdev\bin\ide.conf and change the Xmx and Xms values as per your requirement.