baztian / jaydebeapi

JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
GNU Lesser General Public License v3.0
365 stars 148 forks source link

[Feature] Detect CLASSPATH dynamically or implement method to detect CLASSPATH. #231

Open RusabKhan opened 1 year ago

RusabKhan commented 1 year ago

Classpath is always present in a JAR. It can easily be fetched. We can implement this In Jython. Currently, we have to map every jar with the main class.