Ive recently downloaded LWJGL and I am fairly new to java, but I have a lot of experience with C++. I am trying to get LWJGL to work. I am able to compile Nehe lesson 06 from http://chman-area.tuxfamily.org/tutorials.html but I am not able to run the demo. I have LWJGL verson 0.7 installed and when I try to run the demo all that happens is that the screen flickers black once and nothing else happens. I initially thought this occured because I didnt have the image it was accessing to use as a texture in there, but when I put it in it still does the exact same thing. And there is no error displayed in the cmd window. I would appreciate any help anyone would be able to offer. Thanks.
Hi,
it could be possible that your Monitor does not support the Frequency choosen by the Tutorials.
This will of course only happen when a switch to Fullscreen were made. This apears in serveral Demos coz there are no check done by the Tutorials. Actually i working on some small and handy Code to do such thing in a simple and generic way. I plan to release it next Days to fix this ;D. This is also donee in most the Fullscreen Demos done by sun in combination with the Java Fullscreen API. :’(
- Jens