プロジェクト ディレクトリを別のコンピューターに移動したところ、次の問題が発生しました。
HTTP ERROR 500
Problem accessing /index.jsp. Reason:
java.lang.Error: Unresolved compilation problems:
The method find(Class, long) in the type Objectify is not applicable for the arguments (Class, Long)
Type mismatch: cannot convert from Object to Usuario
The method delete(Class, long) in the type Objectify is not applicable for the arguments (Class, Long)
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, parameterized types are only available if source level is 1.5
Syntax error, parameterized types are only available if source level is 1.5
- 私の Objectify JAR は既にビルド パスに設定されています
- JRE ライブラリとして、JDK 1.7.0_02 を使用しています。
- 私のAPP ENGINE SDKとして、私は1.6.1.1を使用しています
JRE/JDKをすべてアンインストールして再インストールするなど、同様の問題を解決するためにすでに多くのガイドに従っていますが、何も機能しませんでした。もうどうしたらいいのかわからない。誰かがその問題で私を助けてくれることを願っています、ありがとう!