Upgrading your Appengine SDK in eclipse

I get those warnings in the eclipse console every month or so. I normally put off the in stall until I am left with no choice. This is not healthy of course. Better to document the procedure here and not be afraid!

The SDK


  1. Extract it somewhere (I created a dir within eclipse for this) : \eclipse\appengine_downloads
  2. Add the sdk in eclipse.
  3. Change the SDK version in your project and overall in eclipse.

Database Driver


  1. Check for more recent connector j here: http://dev.mysql.com/downloads/connector/j/
  2. Place it here: \eclipse\appengine_downloads\appengine-java-sdk-1.8.1\lib\impl\mysql-connector-java-5.1.25-bin.jar

Comments

Popular posts from this blog

Building a choropleth map for Irish agricultural data

Early Stopping with Keras

AutoCompleteTextView backed with data from SQLite in Android