before I have no problem with GWT design, however right now, I am getting this error:
Error loading module(s).
GWT Designer can't load a module either because there is not enough heap space available for Eclipse, or some other module or internal error has occurred. The GWT log at $project_dir/.gwt/.gwt-log has the following error messages:
Line 4: Unexpected exception while processing element 'inherits' Failure while parsing XML Unexpected error while processing XML
I already added these vmargs with my eclipse.ini but still it wont work:
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:PermSize=64M
-XX:MaxPermSize=512M
-Xms256m
-Xmx512m
I have also run VisualVM and the used up PermGen is not even close the the max.
What i did was to put the CSS on the
com.myapp.css
package (or similar). Which solved my problem.