groovyconsole

How do you configure GroovyConsole so I don't have to import libraries at startup?

I have a groovy script that uses a third party library. Each time I open the application and attempt to run my script I have to import the proper library. I would like to be able to open GroovyConsole and run my application without having to import the library. ...

Beginner Groovy Question:

Hi there, I'm following the code examples in 'The Definitive Guide to Grails' by Graeme Keith Rocher, and have come across a rather unusual stumbling block. Essentially, 2 domain classes exist - Bookmark & Tag. Bookmark: class Bookmark { static hasMany = [tags:Tag] URL url String title String notes Date dateCreated = new Date() } ...

groovyConsole X11 error while startup

I am perl, python guy and new to java and groovy. I am getting this error while running groovyConsole groovy is working fine. myhome:~/gscripts # groovyConsole java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAc...