简体   繁体   English

方法太大:从grails 2.3.7升级到grails 2.4.4时

[英]Method Too Large : While upgrading from grails 2.3.7 to grails 2.4.4

I am currently using grails 2.3.7 with java 7, Now I want to upgrade it to grails 2.4.4 with java 8 But While Upgrading I am getting this error: 我当前在Java 7中使用grails 2.3.7,现在我想在Java 8中将其升级到grails 2.4.4,但是在升级时出现此错误:

  [groovyc] org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
  [groovyc] General error during class generation: Method code too large!
  [groovyc] java.lang.RuntimeException: Method code too large!

Now I want to upgrade it to grails 2.4.4 with java 8 现在我想用Java 8将其升级到Grails 2.4.4

Without seeing your project it is hard to say if this is relevant or not but we don't support Java 8 with Grails 2.4.4. 没有看到您的项目,很难说这是否有意义,但是我们不支持Grails 2.4.4支持Java 8。 Grails 2.5 is the first version of Grails for which we support Java 8. Grails 2.5是我们支持Java 8的Grails的第一个版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM