Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4789 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.