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
- Download latest SDK from here: https://developers.google.com/appengine/downloads#Google_App_Engine_SDK_for_Java
- Extract it somewhere (I created a dir within eclipse for this) : \eclipse\appengine_downloads
- Add the sdk in eclipse.
- Change the SDK version in your project and overall in eclipse.
Database Driver
- Check for more recent connector j here: http://dev.mysql.com/downloads/connector/j/
- Place it here: \eclipse\appengine_downloads\appengine-java-sdk-1.8.1\lib\impl\mysql-connector-java-5.1.25-bin.jar
Comments
Post a Comment