3

I was using appengine-java-sdk 1.5.3. My web application Project was working fine.

I configured the Sdk and add new sdk 1.6.3

I got many errors in Problem window.

The App Engine SDK JAR appengine-api-1.0-sdk-1.6.3.1.jar is missing in the WEB-INF/lib
directory   lib /project/war/WEB-INF    Unknown Google App Engine Problem

The App Engine SDK JAR appengine-api-labs-1.6.3.1.jar is missing in the WEB-INF/lib 
directory   lib /project/war/WEB-INF    Unknown Google App Engine Problem

The App Engine SDK JAR appengine-jsr107cache-1.6.3.1.jar is missing in the WEB-INF/lib
directory   lib /project/war/WEB-INF    Unknown Google App Engine Problem

The App Engine SDK JAR datanucleus-appengine-1.0.10.final.jar is missing in the WEB-F/lib 
directory   lib /project/war/WEB-INF    Unknown Google App Engine Problem

I tried to find these Jar file.but i didnt see them any where.

someone plz help me to solve this.

GameBuilder
  • 1,169
  • 4
  • 31
  • 62
  • Looks like your are using the 1.6.3.1 version, did u download it? http://googleappengine.googlecode.com/files/appengine-java-sdk-1.6.3.1.zip – Arnaud Gourlay Mar 12 '12 at 10:29

2 Answers2

3

Under Eclipse --> Preferences --> Google --> App Engine I had to point to a copy of the App Engine SDK that I had downloaded and installed locally on my computer as opposed to inside of an IDE. Once I did this the errors about these libs not be in Web-Inf disappeared.

2

You may just need to clean your project. In eclipse, Project -> Clean.

nebulae
  • 2,665
  • 1
  • 19
  • 16