You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provider jars should have a main method which does something useful.
Right now, the jars just do this:
java -jar ojdbc-provider-azure-0.1.0-SNAPSHOT.jar
no main manifest attribute, in ojdbc-provider-azure-0.1.0-SNAPSHOT.jar
That's not very useful.
A main method that prints the names of providers would be useful, as the Oracle JDBC Driver must be configured with these names. We might think of other useful things to print, and include those as well.
The text was updated successfully, but these errors were encountered:
Provider jars should have a main method which does something useful.
Right now, the jars just do this:
That's not very useful.
A main method that prints the names of providers would be useful, as the Oracle JDBC Driver must be configured with these names. We might think of other useful things to print, and include those as well.
The text was updated successfully, but these errors were encountered: