问题
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