Grails 3.0 报错CLI:BAD INIT

来源:互联网 发布:最新台风下载软件 编辑:程序博客网 时间:2024/06/18 12:05
| Error Error occurred running Grails CLI: Bad <init> method call from inside of a branch
Exception Details:
Location:
org/grails/cli/interactive/completers/RegexCompletor.<init>(Ljava/lang/String;)V @73: invokespecial
Reason:
Error exists in the bytecode

Bytecode:


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

变量名称:GRAILS_OPTS 

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

0 0
原创粉丝点击