shemnon
shemnon

Reputation: 5368

What Java versions does Griffon support?

I want to write a Swing application in Griffon but I am not sure what versions of Java I can support.

Upvotes: 3

Views: 319

Answers (1)

zxcv
zxcv

Reputation: 7631

According to the Griffon website, 1.5 or higher.

http://groovy.codehaus.org/Installing+Griffon (broken link)

[Update December 2024]

JDK 1.7 was the minimum required for Griffon 2.0 up until 2.14.0. Version 2.15.0 onwards requires Java 8.

Upvotes: 4

Related Questions