|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.rendering.r3d.opengl.JOGLChecker
public class JOGLChecker
Utility class that contains a method for checking that JOGL is installed correctly.
| Constructor Summary | |
|---|---|
JOGLChecker()
|
|
| 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 |
| Constructor Detail |
|---|
public JOGLChecker()
| Method Detail |
|---|
public static void check()
throws java.lang.UnsatisfiedLinkError
If the libraries are not available, are corresponding message (with help information) is logged and an
UnsatisfiedLinkError is thrown.
java.lang.UnsatisfiedLinkError - if the native libraries are not available
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||