I have a Generic JDBC Driver written to interact with a WebService. I cannot seem to get SQLDeveloper to connect to this driver. I have added it as a ThirdParty Driver. I contains all the dependencies in the .jar file. It successfully connects with many other JDBC Clients but not SQLDeveloper. Any ideas on what might be incorrect with respect to how to get my custom Generic JDBC Driver to connect within SQLDeveloper would be greatly appreciated. I am willing to share my driver with anybody who can provide assistance and/or direction on how to debug this.
My System:
MacOS Sierra: 10.12.3
SQLDeveloper: 4.1.5.21 Build Main-21-78
Java:
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
Thanks.