My understanding is that only the jars from the root appengine-java-
sdk-1.3.4\lib\user SDK folder are required (below), not the extra 6
from the child /orm folder, if JPA and JDO are not needed. So
switching off the default builder, and using Ant as at
http://code.google.com/appengine/docs/java/tools/ant.html but the
copyjars task can be changed from **/*.jar to *.jar to ignore the /orm
subfolder.

appengine-api-1.0-sdk-1.3.4.jar
appengine-api-labs-1.3.4.jar
appengine-jsr107cache-1.3.4.jar
jsr107cache-1.1.jar

Andy


On May 30, 5:43 am, Vic <vic.gvo...@gmail.com> wrote:
> Eclipse puts in a lot of jars in web-inf/lib.
>
> What are the minimal jars I need?
> I am not using jdo, jpa, etc.
> I'd rather start small and then add.
>
> help?
> .V

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to