Get the answer from error message itself.  Enable jar splitting
command  in appengine-java-sdk-1.5.0.1. Try the below steps

S. Abraham
www.DataStoreGwt.com
Persist objects directly in Google App Engine

1.  Go to Google App engine sdk directory through command prompt
     Ex: your_drive\Program Files\GoogleAppEngine\appengine-java-
sdk-1.5.0.1\bin

2. Type   appcfg --enable_jar_splitting update   war_directory of
your application

    Ex: Your_drive\Program Files\GoogleAppEngine\appengine-java-
sdk-1.5.0.1\bin>appcfg --enable_
           jar_splitting update your_project_war_directory



On Oct 21, 2:41 pm, David Fernando <fernando33...@gmail.com> wrote:
> Getting error upload war file to Google App Engine.  I got the error
> on command prompt.
>
>  java.lang.IllegalStateException: Found a jar file too large to
> upload: "C:\DOCUM E~1\USER~1.SER\LOCALS~1\Temp
> \appcfg58666690729387545.tmp\WEB-INF\lib\gwt-user.ja r".  Consider
> using --enable_jar_splitting.

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

Reply via email to