Thomas Schemmer
Thomas Schemmer
Hi Andsel, thanks for your reply. Below is the output. > [INFO] com.comm.pubsub:server:jar:0.0.1-SNAPSHOT [INFO] +- io.moquette:moquette-broker:jar:0.8:compile [INFO] | +- io.moquette:moquette-parser-commons:jar:0.8:compile [INFO] | +- io.moquette:moquette-netty-parser:jar:0.8:compile [INFO] | +- org.slf4j:slf4j-api:jar:1.7.21:compile [INFO] |...
*Update* I searched a bit around in the libraries and apparently there are two versions of LwjglDisplay: [Lwjgl version 3](https://github.com/phr00t/jmonkeyengine/blob/master/jme3-lwjgl3/src/main/java/com/jme3/system/lwjgl/LwjglDisplay.java) and [Lwjgl version 1](https://github.com/phr00t/jmonkeyengine/blob/master/jme3-lwjgl/src/main/java/com/jme3/system/lwjgl/LwjglDisplay.java) and it fails because my program...
Eclipse gives me the output: > [Loaded com.jme3.system.lwjgl.LwjglWindow from file:/C:/Users/Comm%20Administrator/Documents/jmonkeyengine-master/dist/lib/jme3-lwjgl3.jar] so at this point I think im going to give up as I dont want to rebuild the library. Thanks...