JME stopped working after update

I just downloaded the latest nightly build, but now I can’t start my game any more because of the following error:

WARNUNG: Cannot locate native library: windows/bulletjme.dll

thats not an error, id be worried if it didn’t say that

Allright, the error is the following one:

Exception in thread “LWJGL Renderer Thread” java.lang.UnsatisfiedLinkError: org.lwjgl.DefaultSysImplementation.getPointerSize()I

at org.lwjgl.DefaultSysImplementation.getPointerSize(Native Method)

at org.lwjgl.Sys.(Sys.java:113)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:199)

at java.lang.Thread.run(Thread.java:619)

let me download latest nightly and see if mine breaks

edit: still works

Latest SVN version is working for me. Make sure you clear out those DLL files inside your project folder since they may get outdated

Yes, that was it. I deleted these two dll files and it is working now, thank you.