im using lwjgl 2.9.1 , im getting error. i've included libraries , natives in netbeans library manager.
the jars , dll's stored
"c:\users\tom\documents\netbeansprojects\lwjgltest\lib\natives"
"c:\users\tom\documents\netbeansprojects\lwjgltest\lib\jars"
i've went vm options , added line instructed on other q&as still no :(
djava.library.path="c:\users\tom\documents\netbeansprojects\lwjgltest\lib\natives"
i've tried without quotation marks
djava.library.path=c:\users\tom\documents\netbeansprojects\lwjgltest\lib\natives
Comments
Post a Comment