Class JOGLVersionInfo


  • public class JOGLVersionInfo
    extends java.lang.Object
    This program returns the version and implementation information for the Java Bindings for OpenGL (R) implementation found in the CLASSPATH. This information is also found in the manifest for jogl-all.jar, and this program uses the java.lang.Package class to retrieve it programmatically.
    • Method Detail

      • getPackage

        public static java.lang.Package getPackage()
      • isCompatibleWith

        public static boolean isCompatibleWith​(java.lang.String version)
      • getSpecificationTitle

        public static java.lang.String getSpecificationTitle()
      • getSpecificationVendor

        public static java.lang.String getSpecificationVendor()
      • getSpecificationVersion

        public static java.lang.String getSpecificationVersion()
      • getImplementationTitle

        public static java.lang.String getImplementationTitle()
      • getImplementationVersion

        public static java.lang.String getImplementationVersion()
      • main

        public static void main​(java.lang.String[] args)