Hi All, I am new to groovy and started using it. I had integrated groovy with my eclipse 3.2. I am using java classes inside the groovy program. When i compile it , it is throwing error. Error is, unable to resolve class Build @ line 91, column 21.Test_Grails/buildui/grails-app/controllersBuildController.groovyline 91 unable to resolve class Component @ line 69, column 25.Test_Grails/buildui/grails-app/controllersComponentController.groovy line 69
I guess as i would have missed class path entries. Please help me over this.