I’m trying to compile jME2 but obtained loads of error messages.
Buildfile: C:\jiapei\MyPrograms\Eclipse\jme\build.xml
init:
[echo] jmeKeyStore
-gen-rtlogprops:
compile:
[javac] Compiling 831 source files to C:\jiapei\MyPrograms\Eclipse\jme\build
[javac] C:\jiapei\MyPrograms\Eclipse\jme\src\com\jme\system\DisplaySystem.java:41: warning: sun.misc.Service is Sun proprietary API and may be removed in a future release
[javac] import sun.misc.Service;
[javac] ^
[javac] C:\jiapei\MyPrograms\Eclipse\jme\src\com\jme\system\DisplaySystem.java:42: warning:
..........
[javac] ^
[javac] C:\jiapei\MyPrograms\Eclipse\jme\src\com\jme\util\logging\BetterFormatter.java:22: warning: sun.security.action.GetPropertyAction is Sun proprietary API and may be removed in a future release
[javac] .doPrivileged(new sun.security.action.GetPropertyAction(
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 100 errors
[javac] 6 warnings
BUILD FAILED
C:\jiapei\MyPrograms\Eclipse\jme\build.xml:71: Compile failed; see the compiler error output for details.
Total time: 6 seconds
What should I do to make jME2 successfully built please…
Best Regards
JIA