Hi,
apparently LWJGL programs do not work on Windows machines when connected by remote desktop. It can not find a valid pixel format. It this a known issue? Or is there any workaround?
pass: -Dorg.lwjgl.opengl.Display.allowSoftwareOpenGL=true as a vm argument when you launch the application. Be warned, it WILL run slowly, since its using software mode