-1

When I start a Java modelling project I get this error:

error instantiating ecore package http://schemas.xmlsoap.org/ws/2003/03/business-process permgen space

halfer
  • 19,824
  • 17
  • 99
  • 186
alex
  • 1

2 Answers2

1

The simplest possible solution here would be to increase your permagen space (which is different from your regular heap). In the case of Eclipse, it implies changing your eclipse.ini file which lies in the Eclipse root directory by adding:

--launcher.XXMaxPermSize
256m

A lot of Eclipse users seem to have the same problem so reading the posts there might help your cause in case the above suggestion doesn't solve it.

Sanjay T. Sharma
  • 22,857
  • 4
  • 59
  • 71
0

If you use virtual eclipse machine, ini settings won't help. look here for the answer.

Community
  • 1
  • 1
Gangnus
  • 24,044
  • 16
  • 90
  • 149