java.lang.OutOfMemoryError: PermGen space Exception

后端 未结 4 1452
悲哀的现实
悲哀的现实 2020-12-06 15:55

I am getting this java.lang.OutOfMemoryError: PermGen space Exception. I am using Eclipse Juno and Tomcat 7.0. This Exception occurs at least once in every 10-1

4条回答
  •  悲哀的现实
    2020-12-06 16:08

    Instead making changes in eclipse.ini, its better to install Java 8.

    I Installed Java 8 and now I am not getting java.lang.OutOfMemoryError: PermGen space Exception.

提交回复
热议问题