Top "Groovy-console" questions

The Groovy Console is a Java Swing based graphical user interface that is packaged with the Groovy distribution.

Groovy Console read input

I'm just starting to learn Groovy and I am experimenting in GroovyConsole. Is there a way I can read user …

groovy input groovy-console
get path to groovy source file at runtime

Given the following directory structure: /home/some/random/foler/myScript.grooy ... how can I programmatically obtain the path to myScript.…

groovy groovy-console
How to check whether the input is a number or string by using isNan() in groovy

Hello i am a beginner to groovy i am cofused how to check whether the given input is a number …

groovy groovyshell groovy-console
Unable to connect to oracle database from groovy

Hi i am unable to connect to oracle database in groovy . I have used the following code in groovy console …

jdbc groovy groovy-console
Sending an email: no object DCH for MIME type multipart/mixed

I'm trying to send an email using Java code but running from GroovyConsole. It works fine for when I just …

groovy jakarta-mail mime groovy-console
SoapUI Groovy Scripts

I'm trying to read the incoming request & set the mock response depending on a value comming in the request …

groovy mocking soapui groovy-console
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 …

groovy import classpath groovy-console
Splitting a string using a delimiter in Groovy and avoiding IndexOutOfBoundsException

I want to split an input parameter inputDetails to unit level. I'm using tokenize for doing this. Here is my …

jenkins groovy jenkins-pipeline jenkins-groovy groovy-console