Some questions about new release 4373

Sorry to bother but when I updated to version 4373, the JME project resulted in a few errors which led onto unsuccessful running of the Game Loop.



I am using eclipse and the errors are in the following classes:

com.jmex.swt.input

   SWTKeyInput.java

   SWTMouseInput.java



com.jmex.swt.lwjgl

   LWJGLSWTCanvas.java

   LWJGLSWTCanvasConstructor.java



jmetest.util

  JMESWTTest.java



I was just wondering if there is something that I can do to make it run again.



Thank you very much.

did you add the correct swt.jar to the classpath ?



for example: lib/swt/windows/swt.jar

Core-Dump said:

did you add the correct swt.jar to the classpath ?

for example: lib/swt/windows/swt.jar


Oh yes, that is exactly the problem.
Thank you so much for the help.