[resolved]org.lwjgl.openal.AL10.alEnable(I)V is not declared as native

hello



I have a project and I need to use

“Input manager”

my problem is that my version was jme3 exceed the function used in the example does not exist

So

I updated my directory

with binary jme 3

of 30/09/2010



but the execution of my program I obtain

the following message:



[java]Exception in thread “LWJGL Renderer Thread” java.lang.NoSuchMethodError: Method org.lwjgl.openal.AL10.alEnable(I)V is not declared as native

at org.lwjgl.openal.AL10.initNativeStubs(Native Method)

at org.lwjgl.openal.AL.init(AL.java:158)

at org.lwjgl.openal.AL.create(AL.java:140)

at org.lwjgl.openal.AL.create(AL.java:104)

at org.lwjgl.openal.AL.create(AL.java:203)

at com.jme3.audio.lwjgl.LwjglAudioRenderer.initialize(LwjglAudioRenderer.java:54)

at com.jme3.app.Application.initAudio(Application.java:126)

at com.jme3.app.Application.initialize(Application.java:318)

at com.jme3.app.SimpleApplication.initialize(SimpleApplication.java:96)

at com.jme3.system.lwjgl.LwjglAbstractDisplay.initInThread(LwjglAbstractDisplay.java:102)

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

at java.lang.Thread.run(Thread.java:619)[/java]



I look on the forum I was told that this error occurs when using the native 2.4 of LWJGL with java 2.5 class lwgl

but by downloading the binary jme3 I do not understand.

The new link file are not the same



apare good I is not the problem but another occurs

sorry i posted too early

Make sure you’re using the right jME3-lwjgl-natives.jar. It should be the one that came with the jME version you downloaded.