I have a groovy script that needs a library in a jar. How do I add that to the classpath? I want the script to be executable so I’m using #!/usr/bin/env groovy at the top of my script.
I have a groovy script that needs a library in a jar. How do
Share
If you really have to you can also load a JAR at runtime with: