Kathey Marsden wrote:
I was wondering if there is a JVM option or quick way to disable jdbc driver auto loading. This would be for use at user sites where they have issues with the interaction of auto loaded Drivers (e.g. DERBY-4688),

Thanks

Kathey



Hi Kathey,

I'm not aware of a command line option to disable driver autoloading. However, driver autoloading should not occur if you remove the following file from derby.jar and derbyclient.jar:

META-INF/services/java.sql.Driver

I'm curious about how this interacts with DERBY-4688.

Thanks,
-Rick

Reply via email to