chequer-io / JDBC.NET

It is a wrapper that allows you to use JDBC drivers in ADO.NET
MIT License
33 stars 11 forks source link

Add ability to use local Java instance #12

Open ethan-tonic opened 1 year ago

ethan-tonic commented 1 year ago

Right now, this library is using J2.Net which can result in multiple Java installs when you have to use this package with multiple projects. We should add the ability to instead use a path to a global java version.