I hope i dont sound dumb... but
Using Windows 10,
NetBeans 8.2,
Maven 3.5,
AppEngine 1.9.54,
I am able to connect to my MySql instance through Google Proxy on my local MySql instance.
I am able to connect to my MySql instance through Services in NetBeans.
I am able to connect to my MySql instance using Google Sockets when running on the Google AppEngine....
I am NOT able to connect to my MySql instance when in development (Using AppEngine 1.9.54) mode through Google sockets in NetBeans?
The error is "No suitable driver found for jdbc:mysql://google/......"
Also... I already tried using the Native Driver, it errors on the ClassforName......
Help.....