Eclipse:An unexpected exception occurred while ...

When I delete a java project containing 200.000 code from eclipse,there is a prolem :

An unexpected exception occurred while performing the refactoring.


SO I enlarge the values in eclipse.ini file.

Modify the value like this:

    launcher.XXMaxPermSize

1024m

-XX:MaxPermsize = 1024m

-Xms512m

-Xmx1024m


Thus,I can finish the operation.

你可能感兴趣的:(Eclipse:An unexpected exception occurred while ...)