If you try to run application with gwt-ext on Netbeans, you can face memory problem: GWT-ext: java.lang.OutOfMemoryError: Java heap space
We need to increase java heap for the project.
Simple to fix it:
in %project_home/nbproject/build-gwt.xml after this line:
<arg value="${gwt.module}"/>
just put following (you can put more, then 512mb):
<jvmarg value="-Xmx512m"/>
Enjoy!
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.