{{theTime}}

Search This Blog

Total Pageviews

Google Plugin For Eclipse

Install Eclipse before installing plugin.

http://code.google.com/eclipse/

Follow the youtube tutorial to install plugin and start with google gwt and appengine.

No comments:

Mysql - java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

Add allowPublicKeyRetrieval=true to the JDBC URL. jdbc:mysql://localhost:3306/db?allowPublicKeyRetrieval=true&useSSL=false