Hi,
I have set both IDE Encoding and Project Encoding to UTF-8, but when I run the command 'Googel App Engine Deployment', I got this message:
Header 1 | ||
---|---|---|
Deploying 'test.war exploded'... | D:\JAVA\jdk1.7.0_51\bin\java -Dfile.encoding=GBK -classpath D:\appengine-java-sdk-1.9.15\lib\appengine-tools-api.jar com.google.appengine.tools.admin.AppCfg --email=xxxx@gmail.com --passin --no_cookies update D:\workshop\test\out\artifacts\test_war_exploded |
Is any way to change the -Dfile.encoding=GBK to -Dfile.encoding=UTF-8?