Tagged Questions
The groovyconsole tag has no wiki summary.
1
vote
1answer
280 views
GroovyConsole ActiveMQ error: NoClassDefFoundError: Could not initialize class org.apache.activemq.ActiveMQPrefetchPolicy
I am trying to run a very simple ActiveMQ client script in GroovyConsole. I've included activemq-all-5.5.0.jar and slf4j-api-1.5.11.jar through the Script > Add Jar to ClassPath menu. I see ...
1
vote
3answers
599 views
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 ...
0
votes
2answers
166 views
Newb to groovyConsole and struggling with importing Grails converters
I'll still just a pup when it comes to using Groovy's and Grails' tools. I want to use groovyConsole to test some ideas. The code I want to try involves using Grails converters, json to be exact. I ...
0
votes
2answers
134 views
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
...
0
votes
2answers
296 views
Beginner Groovy Question:
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 & ...