Showing posts with label GWT. Show all posts
Showing posts with label GWT. Show all posts

Saturday, 25 October 2008

GWT under NetBeans memory problem

To solve JavaHeapSpace when starting some GWT project under NetBeans, edit file
/nbproject/build-gwt.xml

under next path in this XML
project/target[name="-post-compile"]/java

add attribute/value pair inside java tag
maxmemory="128M"

Popular Posts