I am trying to import a Grails Project into the Eclipse IDE. When I try to edit the file BuildConfig.groovy
within my project, I keep getting an error popup that says the following:
Unable to load class org.codehaus.runtime.DateGroovyMethods due to missing dependency java/sql/Date
I have the following settings in place inside Eclipse Mars 2:
- Java JDK 1.7
- Grails 2.2.4
I tried right-clicking on my project and selected Grails Tools > Refresh Dependencies but that still hasn't solved the issue.
I am new to using Eclipse and Grails, so any help is greatly appreciated!