org.deegree.rendering.r3d.opengl
Class JOGLChecker
java.lang.Object
org.deegree.rendering.r3d.opengl.JOGLChecker
public class JOGLChecker
- extends Object
Utility class that contains a method for checking that JOGL is installed correctly.
- Version:
- $Revision: 30126 $, $Date: 2011-03-22 11:11:00 +0100 (Tue, 22 Mar 2011) $
- Author:
- Markus Schneider, Rutger Bezema, last edited by: $Author: aschmitz $
Method Summary |
static void |
check()
Checks that the JOGL native libraries are available on the system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JOGLChecker
public JOGLChecker()
check
public static void check()
throws UnsatisfiedLinkError
- Checks that the JOGL native libraries are available on the system.
If the libraries are not available, are corresponding message (with help information) is logged and an
UnsatisfiedLinkError
is thrown.
- Throws:
UnsatisfiedLinkError
- if the native libraries are not available
Copyright © 2011. All Rights Reserved.