Henry Wong wrote:
Assuming windows, what about the DLL? You must have done it originally? It can't work otherwise. From the error message, the jar file you used isn't pure java, so you need to add the non-java component to the PATH.
Henry
Sorry I didn't see the difference between .jar and .dll files. So I added to path also lwjgl.dll. And now after I try to run(java -jar game.jar), the message I get is
"Error: Unable to access jarfile game.jar". And yes, I'm working on windows.
Edit. I managed to run this with bypass, I export everything to jar. I unpacked this jar to normal directory, put lwjgl.dll and res folder there and It seems It's working.