About jME2's JOGL 2.0 support?


Hi, all:

I downloaded the current released source of jME2 and found it's actually supported by JOGL 1.1.3?

Well, I'm wondering if jME will have JOGL 2.0 supported in near future?

Best Regards
JIA

Revised already.

Now, jME2 is compatible with JOGL 2.0 .



However, when "ant", I got the following error messages:


Buildfile: C:jiapeiMyProgramsEclipsejmebuild.xml
init:
     [echo] jmeKeyStore
-gen-rtlogprops:
compile:
    [javac] Compiling 831 source files to C:jiapeiMyProgramsEclipsejmebuild
    [javac] C:jiapeiMyProgramsEclipsejmesrccomjmesystemDisplaySystem.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:jiapeiMyProgramsEclipsejmesrccomjmesystemDisplaySystem.java:42: warning:



..........


    [javac]                                                         ^
    [javac] C:jiapeiMyProgramsEclipsejmesrccomjmeutilloggingBetterFormatter.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:jiapeiMyProgramsEclipsejmebuild.xml:71: Compile failed; see the compiler error output for details.

Total time: 6 seconds



What should I do to make jME2 successfully built?

Best Regards
JIA