I\'m a grails newby. I am using grails 2.0.3 from the command line (no IDE) on windows 7.
I am just running the \'hello world\' example from the grails documentatio
if your jar is in lib folder and also entry in buildconfig.groovy and if you can't find jar in your build path then try to use below command.
grails compile --refresh-dependencies