LWJGL Forum

Programming => OpenGL => Topic started by: pieisnotpi on January 27, 2017, 20:43:51

Title: PSA: Latest NVIDIA drivers do not work with LWJGL
Post by: pieisnotpi on January 27, 2017, 20:43:51
After updating to the latest NVIDIA drivers, LWJGL stopped detecting OpenGL compatibility. If you're having this issue, make sure you're not running the latest drivers.
Title: Re: PSA: Latest NVIDIA drivers do not work with LWJGL
Post by: Kai on January 27, 2017, 21:22:26
Try starting Java with "java.exe" or "javaw.exe" (on Windows) instead of just "java" or "javaw". Explicitly using the '.exe' extension seems to matter for some reason.