Grails 3.0 报错CLI:BAD INIT

| Error Error occurred running Grails CLI: Bad method call from inside of a branch
Exception Details:
Location:
org/grails/cli/interactive/completers/RegexCompletor.(Ljava/lang/String;)V @73: invokespecial
Reason:
Error exists in the bytecode

Bytecode:


如上的错误时,需要在环境变量里设置

变量名称:GRAILS_OPTS 

变量值:"-XX:-UseSplitVerifier -Xverify:none"    

你可能感兴趣的:(Grails 3.0 报错CLI:BAD INIT)