2008年7月16日星期三
2008年7月3日星期四
To work around JVM 64 bug causing Eclipse crash
Add
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
to eclipse.ini
The above option did not work.
Try delete it and add
-Xint
So far so good.
Other cue:
Try to use JDK 5 to run eclipse and use JDK 6 to develop
Disable automatic compiling
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith
to eclipse.ini
The above option did not work.
Try delete it and add
-Xint
So far so good.
Other cue:
Try to use JDK 5 to run eclipse and use JDK 6 to develop
Disable automatic compiling
订阅:
博文 (Atom)