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 lik
If you just want to add the JARs to the classpath, copy (or symlink) them to ~/.groovy/lib (or %USER_HOME%/.groovy/lib on Windows).
~/.groovy/lib
%USER_HOME%/.groovy/lib
If you want the actual import statements to run every time Groovy Console starts, edit the groovy-starter.conf file as suggested by Squelsh.
import