Reputation: 13585
I am trying to implement stand alone GORM in my Java EE application. I have created a Groovy class for domain but my eclipse is not compiling it into java class and GORM is not able to find it.
I have
Groovy Eclipse Plugin installed from here
groovyall.jar in my lib folder
What else I am missing here?
Upvotes: 0
Views: 1309
Reputation: 123920
Have you added the Groovy nature to the project? Is the folder containing the Groovy sources marked as a source folder? Have you selected the correct Groovy version in the Groovy compiler preferences?
Upvotes: 1