groovy - How to add multiple jars to the classpath of groovyConole/groovysh? -
groovy - How to add multiple jars to the classpath of groovyConole/groovysh? - this feels ridiculous have inquire this, can't seem add together multiple jar files classpath groovyconsole , groovysh. how add together multiple jar files classpath? here i've tried: groovyconsole -cp ~/lib/compile/jar/mysql-connector-java-5.1.32.jar:~/lib/compile/jar/ojdbc6-11.2.0.3.jar however, when execute code in console following: file:/users/charlie/lib/compile/jar/mysql-connector-java-5.1.32.jar file:/users/charlie/projects/fuseanalytics/./ file:/users/charlie/.gvm/groovy/current/lib/ant-1.9.3.jar file:/users/charlie/.gvm/groovy/current/lib/ant-antlr-1.9.3.jar file:/users/charlie/.gvm/groovy/current/lib/ant-junit-1.9.3.jar file:/users/charlie/.gvm/groovy/current/lib/ant-launcher-1.9.3.jar file:/users/charlie/.gvm/groovy/current/lib/bsf-2.4.0.jar file:/users/charlie/.gvm/groovy/current/lib/commons-cli-1.2.jar file:/users/charlie/.gvm/groovy/current/lib/commons-logging...