Hi,
I am new to Groovy/Grails and bear with me for this basic question. I am using netbeans 6.7
IDE. Grails 1.1. I've Included xxxframework.jar(jar file has
java classes) in the Grails application/lib folder. When i try to import the java class, i am getting classnotfound exception. If i enter the package name and hit ctrl+space it is showing the classes in the jar, but when i finish the import statement i.e., import com.trail.xxx.xx.classname it is giving me classname not defined (even compile giving me errors). Am i doing something wrong or missing any thing vital? Is there any way i can exlusively set the classpath in netbeans for the Grails Application?
Thanks in advance for your help
Thanks,
kiran