Before, Did you get warning message the "Low memory warning" on JDeveloper .
I will describe how to fix it. There are two config files on jdeveloper installation directory.
the first one is jdev.conf file. the file located in\jdeveloper\jdev\bin
increase the memory values for the following parameters:
AddVMOption -XX:MaxPermSize=1024M
the second one is ide.conf file on\jdeveloper\ide\bin.
AddVMOption -Xmx1024M
AddVMOption -Xms1024M
For now start JDeveloper. if jdeveloper can not start, decrease memory allocated values and retry to start jdeveloper
I will describe how to fix it. There are two config files on jdeveloper installation directory.
the first one is jdev.conf file. the file located in
increase the memory values for the following parameters:
AddVMOption -XX:MaxPermSize=1024M
the second one is ide.conf file on
AddVMOption -Xmx1024M
AddVMOption -Xms1024M
For now start JDeveloper. if jdeveloper can not start, decrease memory allocated values and retry to start jdeveloper