I am trying to make a game in java using the LibGDX library witch is an extension of LWJGL. LWJGL is claiming that I need at least OpenGL 2.0 with the FBO extension but I only have version 1.1.0. So I downloaded Opengl Extensions Viewer and it says that I have version 3.1. I don’t know how this is happening and Thanks a lot for your help.
EDIT : It turns out libGDX just doesn’t like java 8 so uninstalling that and installing java 7 worked.