Hi, the driver is meant to be multi-platform, so inside of the jar there are native libraries packed, which are extracted to a temp directory when driver is loaded.
The problem is on windows these temporary files fail to be deleted most probably because system indicates the .dll file is still in use when java virtual machine is about to finish, so they stay there.
My workaround is mentioned below...