Sorry, I'm now listing something more here
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
| Buildfile: C:\jiapei\MyPrograms\Eclipse\jme\build.xml init: [echo] jmeKeyStore -gen-rtlogprops: compile: [javac] Compiling 1558 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: sun.misc.ServiceConfigurationError is Sun proprietary API and may be removed in a future release [javac] import sun.misc.ServiceConfigurationError; [javac] ^ [javac] C:\jiapei\MyPrograms\Eclipse\jme\src\com\jme\system\DisplaySystem.java:192: warning: sun.misc.ServiceConfigurationError is Sun proprietary API and may be removed in a future release [javac] throws ServiceConfigurationError { [javac] ^ [javac] C:\jiapei\MyPrograms\Eclipse\jme\src\com\jme\input\controls\binding\KeyboardBinding.java:34: package org.lwjgl.input does not exist [javac] import org.lwjgl.input.Keyboard; [javac] ^ [javac] C:\jiapei\MyPrograms\Eclipse\jme\src\com\jme\input\controls\binding\MouseButtonBinding.java:34: package org.lwjgl.input does not exist [javac] import org.lwjgl.input.Mouse; [javac] ^ [javac] C:\jiapei\MyPrograms\Eclipse\jme\src\com\jme\input\dummy\DummyKeyInput.java:35: package org.lwjgl.input does not exist [javac] import org.lwjgl.input.Keyboard; [javac] ^ [javac] C:\jiapei\MyPrograms\Eclipse\jme\src\com\jme\input\dummy\DummyMouseInput.java:37: package org.lwjgl.input does not exist [javac] import org.lwjgl.input.Cursor; [javac] ^ [javac] C:\jiapei\MyPrograms\Eclipse\jme\src\com\jme\input\dummy\DummyMouseInput.java:38: package org.lwjgl.input does not exist [javac] import org.lwjgl.input.Mouse; [javac] ^ [javac] C:\jiapei\MyPrograms\Eclipse\jme\src\com\jme\input\joystick\lwjgl\LWJGLJoystick.java:39: package net.java.games.input does not exist [javac] import net.java.games.input.Rumbler; ..... |
It looks like jME2 can't detect lwjgl, which I absolutely added into the build path. By the way, I'm using the newest lwjgl . Also, I added lwjgl_util.jar and lwjgl_util_applet.jar as well.
It's quite strange that Eclipse IDE doesn't show any red cross, which means all files should be able to be correctly compiled. However, when I try to "ant build" the build.xml, I obtained the above error messages.
Can you please help?
Thank you very much !!!
Best Regards
JIA Pei
Hi
These are only warnings, there is something else. Please show us the errors.