zoukankan      html  css  js  c++  java
  • [GoogleAppEngine]编译问题-locale zh_CN

    问题:
    Can't find bundle for base name application, locale zh_CN

    解决方案:

    Issue resolved. The workaround is below:
    1. Create a file named application_zh_CN.properties (or application_{DESIRED_LOCALE_NAME}.properties) at {PROJECT_NAME}/src where you should see application_en.properties and application_ja.properties
    2. Put the localizations there, or just temporarily copy/paste the content from application_en.properties and add a line zh_CN=Simplified Chinese at the end of the file
    3. Issue resolved.
     但会报出另一个问题:

    java.lang.AssertionError: java.lang.NoSuchMethodExcept
    er.startFinalizer(java.lang.Class, java.lang.Object)

  • 相关阅读:
    非空约束
    leetcode208
    leetcode207
    leetcode395
    leetcode116
    leetcode105
    leetcode131
    leetcode73
    leetcode200
    leetcode17
  • 原文地址:https://www.cnblogs.com/webapplee/p/3771911.html
Copyright © 2011-2022 走看看