Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cannot run Grails CLI: Grails CLI: Bad <init> method call from inside of a branch

Tags:

grails

Trying to run a Groovy/Grails application in NetBeans I got the following error message:

Error occurred running Grails CLI: Bad <init> method call from inside of a branch

Grails version: 3.0.4 Java: jdk1.8.0_20

like image 570
Thomasleveil Avatar asked Oct 14 '25 16:10

Thomasleveil


1 Answers

setting the GRAILS_OPTS environment variable to -XX:-UseSplitVerifier -Xverify:none fixes the issue

like image 175
Thomasleveil Avatar answered Oct 18 '25 02:10

Thomasleveil