GWTの設計に問題がない前は、しかし今、このエラーが発生しています。
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
eclipse.iniでこれらのvmargsをすでに追加しましたが、それでも機能しません。
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:PermSize=64M
-XX:MaxPermSize=512M
-Xms256m
-Xmx512m
VisualVMも実行しましたが、使い切ったPermGenは最大値にさえ近づいていません。