Hi,
previously I programmed games in NetBeans. Than I changed an application to Eclipse. I installed LWJGL and copy (from NetBeans to Eclipse) my code, but after run my game, Eclipse displays error:
Exception in thread "main" java.lang.NullPointerException
at org.lwjgl.MemoryUtil.getAddress(MemoryUtil.java:126)
at org.lwjgl.openal.ALC11.alcCaptureOpenDevice(ALC11.java:96)
at org.lwjgl.test.openal.ALCCaptureTest.execute(ALCCaptureTest.java:92)
at org.lwjgl.test.openal.ALCCaptureTest.main(ALCCaptureTest.java:151)
Do you know how to fix this error? What I should do?
Sorry for mistakes in English. I do not speak English very well.