jME2 with NetBeans 6.5

Sorry for too late to reply. I am went to eval the G3D and Delta3D Engine  >_<



As I follow the jme_maven setting, I got the new error :



NetBeans: Executing 'C:Program FilesJavaapache-maven-2.0.9binmvn.bat clean install'
NetBeans:      JAVA_HOME =C:Program FilesJavajdk1.6.0_10
Scanning for projects...
Building jMonkey Engine
  task-segment: [clean, install]
[clean:clean]
Deleting directory C:jME2jME2bin
[build-helper:add-test-source {execution: add-test-source}]
Test Source directory: C:jME2jME2src added.
[resources:resources]
Using default encoding to copy filtered resources.
Downloading: http://www.jmonkeyengine.com/maven//org/lwjgl/lwjgl/2.0rc1/lwjgl-2.0rc1.pom
Downloading: http://repo1.maven.org/maven2/org/lwjgl/lwjgl/2.0rc1/lwjgl-2.0rc1.pom
Downloading: http://www.jmonkeyengine.com/maven//org/lwjgl/lwjgl_util_applet/2.0rc1/lwjgl_util_applet-2.0rc1.pom
Downloading: http://repo1.maven.org/maven2/org/lwjgl/lwjgl_util_applet/2.0rc1/lwjgl_util_applet-2.0rc1.pom
Downloading: http://www.jmonkeyengine.com/maven//org/lwjgl/lwjgl_util/2.0rc1/lwjgl_util-2.0rc1.pom
Downloading: http://repo1.maven.org/maven2/org/lwjgl/lwjgl_util/2.0rc1/lwjgl_util-2.0rc1.pom
Downloading: http://www.jmonkeyengine.com/maven//net/java/dev/jogl/jogl/1.1.1/jogl-1.1.1.pom
Downloading: http://repo1.maven.org/maven2/net/java/dev/jogl/jogl/1.1.1/jogl-1.1.1.pom
Downloading: http://www.jmonkeyengine.com/maven//net/java/dev/gluegen/gluegen-rt/1.0b06/gluegen-rt-1.0b06.pom
Downloading: http://repo1.maven.org/maven2/net/java/dev/gluegen/gluegen-rt/1.0b06/gluegen-rt-1.0b06.pom
Downloading: http://www.jmonkeyengine.com/maven//net/java/dev/jinput/jinput/SNAPSHOT/jinput-SNAPSHOT.pom
Downloading: http://www.jmonkeyengine.com/maven//jorbis/jorbis/0.0.17/jorbis-0.0.17.pom
Downloading: http://repo1.maven.org/maven2/jorbis/jorbis/0.0.17/jorbis-0.0.17.pom
[compiler:compile]
Compiling 1480 source files to C:jME2jME2binclasses
[ERROR]BUILD FAILURE
Compilation failure
Failure executing javac, but could not parse the error:


The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: Java heap space
        at com.sun.tools.javac.util.Position$LineMapImpl.build(Position.java:139)
        at com.sun.tools.javac.util.Position.makeLineMap(Position.java:63)
        at com.sun.tools.javac.parser.Scanner.getLineMap(Scanner.java:1105)
        at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:512)
        at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:550)
        at com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:801)
        at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:727)
        at com.sun.tools.javac.main.Main.compile(Main.java:353)
        at com.sun.tools.javac.main.Main.compile(Main.java:279)
        at com.sun.tools.javac.main.Main.compile(Main.java:270)
        at com.sun.tools.javac.Main.compile(Main.java:87)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:420)
        at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141)
        at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:493)
        at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)



Failure executing javac, but could not parse the error:


The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: Java heap space
        at com.sun.tools.javac.util.Position$LineMapImpl.build(Position.java:139)
        at com.sun.tools.javac.util.Position.makeLineMap(Position.java:63)
        at com.sun.tools.javac.parser.Scanner.getLineMap(Scanner.java:1105)
        at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:512)
        at com.sun.tools.javac.main.JavaCompiler.parse(JavaCompiler.java:550)
        at com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:801)
        at com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:727)
        at com.sun.tools.javac.main.Main.compile(Main.java:353)
        at com.sun.tools.javac.main.Main.compile(Main.java:279)
        at com.sun.tools.javac.main.Main.compile(Main.java:270)
        at com.sun.tools.javac.Main.compile(Main.java:87)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:420)
        at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141)
        at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:493)
        at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:478)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:287)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)


For more information, run Maven with the -e switch
Total time: 1 minute 2 seconds
Finished at: Mon Dec 22 11:36:50 CST 2008
Final Memory: 13M/60M



So, I try to give more memory, I put this line :


netbeans_default_options="-J-Xms256m -J-Xmx512m -J-XX:PermSize=256m -J-XX:MaxPermSize=512m"


into my [netbeans]6.5etcnetbeans.conf file.

Restart my netbeans, and CLEAN and BUILD again. and still get the same error, Anyidea ?

How much physical (free) RAM do you have in that machine?



Compilation failure
Failure executing javac, but could not parse the error:


The system is out of resources.
Consult the following stack trace for details.
java.lang.OutOfMemoryError: Java heap space

That's just kinda crazy...

Maybe try using JDK 1.5, but I dunno if that would make much of a difference though...

netbeans_default_options="-J-Xms256m -J-Xmx512m -J-XX:PermSize=256m -J-XX:MaxPermSize=512m"

Although this seems like the right thing to do, I have never adjusted my heap size (for NetBeans) and have never had this while compiling...

I have 4GB Ram on my Notebook, But, Since I am using XP, so, only 3GB available.

After running some program and NetBeans 6.5 been loaded. I am used 1.29GB ram and around 1.7G free ram (not include swap).



I am also put option for MAVIN :


export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=128m"


Still get the same result. It's really drive me crazy.....  :D

Can you get rid of Maven?  I honestly never used it to get jME, just SVN and it is working great here…



    * uninstall maven support from NetBeans' plugins management
    * OR remove the pom.xml (maven config file) from the jME and jMEPhysics directories.

Hevee said that earlier, and I think you might want to try them,  to uninstall the plugin; click tools -> plugins -> select installed tab -> find Maven and click uninstall checkbox

(you must be getting very frustrated...)

Well …



After remove the MAVEN pluging from NetBeans 6.5 …



clean:
Deleting directory C:jME2jME2build
Deleting directory C:jME2jME2datadoc
init:
jmeKeyStore
Created dir: C:jME2jME2build
Created dir: C:jME2jME2datadoc
compile:
Created dir: C:jME2jME2buildcom
Copying 40 files to C:jME2jME2buildcom
Copied 117 empty directories to 84 empty directories under C:jME2jME2buildcom
Compiling 1480 source files to C:jME2jME2build
C:jME2jME2srccomjmeappAbstractGame.java:73: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappAbstractGame.java:73: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappAbstractGame.java:73: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappAbstractGame.java:73: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappAbstractGame.java:73: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappAbstractGame.java:73: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappAbstractGame.java:73: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseGame.java:53: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseGame.java:53: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseGame.java:53: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseGame.java:53: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseGame.java:53: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseGame.java:53: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseGame.java:53: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseSimpleGame.java:94: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseSimpleGame.java:94: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseSimpleGame.java:94: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseSimpleGame.java:94: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseSimpleGame.java:94: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseSimpleGame.java:94: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappBaseSimpleGame.java:94: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedFramerateGame.java:62: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedFramerateGame.java:62: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedFramerateGame.java:62: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedFramerateGame.java:62: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedFramerateGame.java:62: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedFramerateGame.java:62: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedFramerateGame.java:62: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedLogicrateGame.java:72: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedLogicrateGame.java:72: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedLogicrateGame.java:72: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedLogicrateGame.java:72: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedLogicrateGame.java:72: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedLogicrateGame.java:72: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappFixedLogicrateGame.java:72: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleHeadlessApp.java:58: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleHeadlessApp.java:58: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleHeadlessApp.java:58: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleHeadlessApp.java:58: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleHeadlessApp.java:58: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleHeadlessApp.java:58: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimpleHeadlessApp.java:58: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimplePassGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimplePassGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimplePassGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimplePassGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimplePassGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimplePassGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappSimplePassGame.java:44: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappVariableTimestepGame.java:51: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappVariableTimestepGame.java:51: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappVariableTimestepGame.java:51: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappVariableTimestepGame.java:51: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappVariableTimestepGame.java:51: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappVariableTimestepGame.java:51: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeappVariableTimestepGame.java:51: warning: unmappable character for encoding MS950
* @version $Revision: 4053 $, $Date: 2008-11-25 21:53:28 +0800 (??鈭? 25 ????2008) $
C:jME2jME2srccomjmeinputlwjglLWJGLMouseInput.java:63: warning: unmappable character for encoding MS950
* @version $Revision: 4055 $, $Date: 2008-11-27 20:44:55 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmeinputlwjglLWJGLMouseInput.java:63: warning: unmappable character for encoding MS950
* @version $Revision: 4055 $, $Date: 2008-11-27 20:44:55 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmeinputlwjglLWJGLMouseInput.java:63: warning: unmappable character for encoding MS950
* @version $Revision: 4055 $, $Date: 2008-11-27 20:44:55 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmeinputlwjglLWJGLMouseInput.java:63: warning: unmappable character for encoding MS950
* @version $Revision: 4055 $, $Date: 2008-11-27 20:44:55 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmeinputlwjglLWJGLMouseInput.java:63: warning: unmappable character for encoding MS950
* @version $Revision: 4055 $, $Date: 2008-11-27 20:44:55 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmeinputlwjglLWJGLMouseInput.java:63: warning: unmappable character for encoding MS950
* @version $Revision: 4055 $, $Date: 2008-11-27 20:44:55 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmeinputlwjglLWJGLMouseInput.java:63: warning: unmappable character for encoding MS950
* @version $Revision: 4055 $, $Date: 2008-11-27 20:44:55 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmeinputlwjglLWJGLMouseInput.java:63: warning: unmappable character for encoding MS950
* @version $Revision: 4055 $, $Date: 2008-11-27 20:44:55 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmescenestatejoglJOGLLightState.java:416: warning: unmappable character for encoding MS950
        // with a call to glLightfv(GL_LIGHT_POSITION,?. If you later change
C:jME2jME2srccomjmescenestatejoglJOGLLightState.java:421: warning: unmappable character for encoding MS950
        // call to glLightfv(GL_LIGHT_POSITION,?.
C:jME2jME2srccomjmescenestatejoglJOGLLightState.java:453: warning: unmappable character for encoding MS950
        // with a call to glLightfv(GL_LIGHT_POSITION,?. If you later change
C:jME2jME2srccomjmescenestatejoglJOGLLightState.java:458: warning: unmappable character for encoding MS950
        // call to glLightfv(GL_LIGHT_POSITION,?.
C:jME2jME2srccomjmescenestatelwjglLWJGLLightState.java:385: warning: unmappable character for encoding MS950
        // with a call to glLightfv(GL_LIGHT_POSITION,?. If you later change
C:jME2jME2srccomjmescenestatelwjglLWJGLLightState.java:390: warning: unmappable character for encoding MS950
        // call to glLightfv(GL_LIGHT_POSITION,?.
C:jME2jME2srccomjmescenestatelwjglLWJGLLightState.java:420: warning: unmappable character for encoding MS950
        // with a call to glLightfv(GL_LIGHT_POSITION,?. If you later change
C:jME2jME2srccomjmescenestatelwjglLWJGLLightState.java:425: warning: unmappable character for encoding MS950
        // call to glLightfv(GL_LIGHT_POSITION,?.
C:jME2jME2srccomjmexgameStandardGame.java:97: warning: unmappable character for encoding MS950
* @version $Revision: 4054 $, $Date: 2008-11-27 03:02:49 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmexgameStandardGame.java:97: warning: unmappable character for encoding MS950
* @version $Revision: 4054 $, $Date: 2008-11-27 03:02:49 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmexgameStandardGame.java:97: warning: unmappable character for encoding MS950
* @version $Revision: 4054 $, $Date: 2008-11-27 03:02:49 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmexgameStandardGame.java:97: warning: unmappable character for encoding MS950
* @version $Revision: 4054 $, $Date: 2008-11-27 03:02:49 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmexgameStandardGame.java:97: warning: unmappable character for encoding MS950
* @version $Revision: 4054 $, $Date: 2008-11-27 03:02:49 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmexgameStandardGame.java:97: warning: unmappable character for encoding MS950
* @version $Revision: 4054 $, $Date: 2008-11-27 03:02:49 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmexgameStandardGame.java:97: warning: unmappable character for encoding MS950
* @version $Revision: 4054 $, $Date: 2008-11-27 03:02:49 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmexgameStandardGame.java:97: warning: unmappable character for encoding MS950
* @version $Revision: 4054 $, $Date: 2008-11-27 03:02:49 +0800 (???? 27 ????2008) $
C:jME2jME2srccomjmesystemDisplaySystem.java:41: warning: sun.misc.Service is Sun proprietary API and may be removed in a future release
import sun.misc.Service;
C:jME2jME2srccomjmesystemDisplaySystem.java:42: warning: sun.misc.ServiceConfigurationError is Sun proprietary API and may be removed in a future release
import sun.misc.ServiceConfigurationError;
C:jME2jME2srccomjmesystemDisplaySystem.java:192: warning: sun.misc.ServiceConfigurationError is Sun proprietary API and may be removed in a future release
            throws ServiceConfigurationError {
C:jME2jME2srccomjmesystemDisplaySystem.java:195: warning: sun.misc.Service is Sun proprietary API and may be removed in a future release
            Iterator<SystemProvider> displayProviders = Service.providers(SystemProvider.class);
C:jME2jME2srccomjmeutilloggingBetterFormatter.java:22: warning: sun.security.action.GetPropertyAction is Sun proprietary API and may be removed in a future release
            .doPrivileged(new sun.security.action.GetPropertyAction(
C:jME2jME2srccomjmexxmltypesSchemaBase64Binary.java:57: warning: sun.misc.BASE64Decoder is Sun proprietary API and may be removed in a future release
            value = new sun.misc.BASE64Decoder().decodeBuffer(newvalue);
                                ^
C:jME2jME2srccomjmexxmltypesSchemaBase64Binary.java:85: warning: sun.misc.BASE64Encoder is Sun proprietary API and may be removed in a future release
    String sResult = new sun.misc.BASE64Encoder().encode(value);
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
94 warnings
BUILD SUCCESSFUL (total time: 42 seconds)



It's look like ...................  WORK !!!!!

I have also test build JavaDoc and Run it, It's fine from now.

I will install on another fresh machine to make sure it's really work.

Thanks all who was trying to help me.  :D

No problemo, glad to see some progress :slight_smile: