jdk 1.7 gae
1.8.1
myfaces 2.1.11
私のアプリはgae 1.8.0で正常に動作していました。
appengine sdk1.8.1 に更新したところ、ローカル環境で実行すると次の例外が発生します。
ただし、デプロイされた環境は問題ないようです。
SEVERE: Could not access AddResource class
java.lang.IllegalAccessException: Class com.google.appengine.tools.development.a
gent.runtime.Runtime can not access a member of class org.apache.myfaces.renderk
it.html.util.DefaultAddResource with modifiers "protected"
<snip>
at com.google.appengine.tools.development.agent.runtime.Runtime.newInsta nce(Runtime.java:148)
at org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance (AddResourceFactory.java:213)
at org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance (AddResourceFactory.java:304)
gae sdk 1.8.1 ランタイム チェックが突然 DefaultAddResource クラスを好まないのはなぜですか?
jdkの問題のようです。Windows jdk 1.6 に戻すと、すべて問題ありません。
どんな助けでも歓迎
-lp