john renfrew Posted November 3, 2011 Posted November 3, 2011 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
Recommended Posts
This topic is 4789 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now