import com.jogamp.opengl.*; public class TryJOGL { public static void main(String[] args) throws InterruptedException { GLProfile.initSingleton(); GLProfile.shutdown(); Thread.sleep(15000); } }