:
To clarify, we're going to release a minor update for 1.7.7. For the
meantime, you can re-jar the file as follows:
cd to the working directory
$ jar xf somewhere\appengine-java-sdk-1.7.7\lib\user\
appengine-api-1.0-sdk-1.7.7.**jar
$ jar cfm somewhere\appengine-api-1.0-sdk-1.7.7.**jar META-INF/MANIFEST.MF *
and replace the old jar with the newly created one.
http://www.mail-archive.com/google-appengine@googlegroups.com/msg67954.html
, :
bin JAVA, jar.exe
cd "C:\Program Files\Java\jdk1.7.0_17\bin\"
"appengine-api-1.0-sdk-1.7.7.jar" - . 2 ( ) \war\WEB-INF\lib eclipse, "plugins" eclipse. : \plugins\com.google.appengine.eclipse.sdkbundle_1.7.7\appengine-java-sdk-1.7.7\lib\
.
:
jar xf "C:\whatever-folder-your-eclipse-is-in\plugins\com.google.appengine.eclipse.sdkbundle_1.7.7\appengine-java-sdk-1.7.7\lib\user\appengine-api-1.0-sdk-1.7.7.jar"
jar cfm "C:\whatever-folder-your-eclipse-is-in\plugins\com.google.appengine.eclipse.sdkbundle_1.7.7\appengine-java-sdk-1.7.7\lib\user\appengine-api-1.0-sdk-1.7.7.jar" META-INF/MANIFEST.MF
Now, if you go into this folder and check the .jar file, now it should be 11 mb instead of 30. Now you need to copy this file and replace the same jar in the webapp folder in \ War \ WEB-INF \ lib \ so that both banks with the name "appengine-api-1.0-sdk-1.7.7.jar" had 11 mb size.
Now the error should disappear, and you have nothing to split.
source
share