I find solution by myself
1) Download and install the latest GWT4NB (2.5.1 or higher) - fixing
the OutOfMemory issue while compiling big GWT projects
2) In gwt.properies file add
# Additional JVM arguments for the GWT compiler
gwt.compiler.jvmargs=-Xmx256M
3) Open nbproject/build-gwt.xml
find <java classpath="${javac.classpath}:${src.dir}"
failonerror="true"
              classname="com.google.gwt.dev.GWTCompiler" fork="true"
              jvmargs="${gwt.compiler.jvmargs}">...
add :${build.classes.dir} to classpath

Have a nice day ;)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to