Sunday 26 June 2016

How to fix Java.lang.OutOfMemory exception in jDeveloper

This blog we will see how to avoid OutOfMemory exception in jDeveloper.
While working with Oracle jDeveloper we are getting the OutOfMemory exception, to fix this proble we need to edit the below files.
1. Jdev.conf
2. Ide.conf
3. setDomainEnv.cmd (for windows OS).
Jdev.conf file you can get in D:\Oracle\Middleware\jdeveloper\jdev\bin (this file path will change as per your jdeveloper installation directory).

These above variables you can change as per your system memory.
Ide.conf file you can get D:\Oracle\Middleware\jdeveloper\ide\bin (this file path will change as per your jdeveloper installation directory).

These above variables you can change as per your system memory.
setDomainEnv.cmd file you can get C:\Documents and Settings\Prabhat\Application Data\JDeveloper\system11.1.1.7.40.64.93\DefaultDomain\bin  (this file path will change as per your jdeveloper domain directory)




These above variables you can change as per your system memory and as per the java.

Thanks..