I try to use the GGTS with JDK7 and Grails 2.2.0 (Groovy 2.0 compiler) on a windows7 system.
My Problem is that when I create a Grails project the project can not be compiled because the ConfigLoader.groovy class in the cache-1.0.1-plugin is causing a problem.
Description: Internal compiler error: java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method)
Element: ConfigLoader.groovy
Folder: .link_to_grails_plugins/cache-1.0.1/src/groovy/grails/plugin/cache
Any ideas how i can solve this problem without changing the JDK and/or Grails version ?
Regards
Ivan


Reply With Quote
