I am writing an application on Java and it is throwing this error Java.lang.OutOfMemory Java Heap Space JDeveloper
. I know that I can add java -Xmx512m
to the command line to solve the problem. However, I need to run this application on JDeveloper. So, my Question is:
How to increase the size of the Heap on JDveloper?
Thank you, Sami