Search code examples
ejbnetbeans-6.9java-5

Java heap space (java.lang.OutOfMemoryError) Exception when i build ejb module on Netbean6.9.1


The system is out of resources. Consult the following stack trace for details. java.lang.OutOfMemoryError: Java heap space

enter image description here

I have also updated this prems to -Xmx1024m -Xmx2048m -XX:MaxPermSize=2048m

but still face same exception here...


Solution

  • Currently I have changed the Java plat from jdk 1.5 to Jdk 1.6 in Netbean properties
    

    enter image description here

    Now EJB build successfully.