Eclipse IDE for Java EE Developers can hang if Azul's Zulu is being used as JDK

1.6k Views Asked by At

Sometimes Eclipse EE hangs on Windows Server 2008/2012 if Azul's Zulu is being used as JDK. Yet it works fine with Oracle JDK.

1

There are 1 best solutions below

0
On BEST ANSWER

Eclipse uses internal check for JVM vendor and adjusts memory settings accordingly. The current release of Eclipse is unaware of Zulu at the time of writing. JVM user may set memory adjustment manually by adding next setting to eclipse.ini

-vmargs -XX:MaxPermSize=256m