November 3, 201114 yr I have been using ConnectorJ Mysql-Connector-Java-xx.jar with Groovy to do SQL connecting and 'forgot' to install the jar in the classpath on a windoze machine so here's a little helper for anyone which returns a list of the places you can install it. s = System.getProperty('path.separator') j = System.getProperty('java.ext.dirs').tokenize("$s") return j //returns last value in list //return j[-1] if you use it on Mac then its the System/Library so you need to convert the path to ../../../$path to be able to use export file from container
Create an account or sign in to comment