Is Java 1.8.0 required for Grails 2.4.3?

北城以北 提交于 2020-01-06 09:06:12

问题


Is Java 1.8.0 required for Grails 2.4.3?

Grails doc found here says java 1.6.0 and above but I am facing issues with my newly created grails app using java 1.7.0_21.

Thanks!


回答1:


Is Java 1.8.0 required for Grails 2.4.3?

No. 1.8 is definitely not required by 2.4.3. It is supported, but not required.

...but I am facing issues with my newly created grails app using java 1.7.0_21

Without knowing the specifics of the issues you are facing I can't say how to resolve them but if you can update to the latest 1.7.x that would be a good starting point.




回答2:


AFAIK you can use any 1.6.X or 1.7.X version of Java with Grails 2.4.3. Java 1.8.0 is not supported for this version.



来源:https://stackoverflow.com/questions/25961601/is-java-1-8-0-required-for-grails-2-4-3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!