package org.lwjgl.test.openal;

Started by adamtdisplay, March 16, 2011, 14:36:21

Previous topic - Next topic

adamtdisplay

Trying to run the demo program called PositionTest on the LWJGL site, however the package org.lwjgl.test.openal; appears to not be found for example the error message i am receiving is as follows:

run:
Default device: Generic Software
Available devices:
0: Generic Software
java.lang.NullPointerException
Error setting up demonstration:
        at org.lwjgl.test.openal.PositionTest.setup(PositionTest.java:199)
        at org.lwjgl.test.openal.PositionTest.execute(PositionTest.java:128)
        at org.lwjgl.test.openal.PositionTest.main(PositionTest.java:485)
Java Result: -1
BUILD SUCCESSFUL (total time: 1 second)



Can anyone help

A