Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Compiler internal error. Process terminated with exit code 3

I am using Intellij 9.0.4 I checked out a project from SVN, set up tomcat (its running locally), and now I am trying to Make (or Compile) but it keeps giving me Error:Compiler internal error. Process terminated with exit code 3. I have searched the internet and couldn't get this type exit code 3.

Do you have any idea? Or which log file should I have to check to see details of the problem? Thanks

SOLVED: I got it. Just increase the maximum heap size of the compiler(Setting->Compiler->Java Compiler)

like image 325
WowBow Avatar asked Nov 03 '11 15:11

WowBow


1 Answers

SOLVED: I got it. Just increase the maximum heap size of the compiler(Setting->Compiler->Java Compiler)

like image 191
WowBow Avatar answered Oct 25 '22 05:10

WowBow