I downloaded the latest version of eclipse
(3.5.SR2) and get m2eclipse
installed on.
Instead of running on sun-jdk-6
(which is obsolete for the recent Ubuntu 10.04 alpha
), I have eclipse running on open-jdk-6.
Everything was just fine. I can open my existing project and have them compiled as well as running tests.
However, with m2eclipse installed on, my eclipse will crash every time I start it.
If I stopped the m2eclipse plugin from contacting the central repo, then eclipse will continue to run normally.
The craziest point is that eclipse will exit immediately as soon as the contacting to central repo finish, but leave no track in the log.
What should I do right now?