diff options
Diffstat (limited to 'make/validate-properties.xml')
-rw-r--r-- | make/validate-properties.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/validate-properties.xml b/make/validate-properties.xml index 3afb12bd5..a1ff589e0 100644 --- a/make/validate-properties.xml +++ b/make/validate-properties.xml @@ -30,7 +30,7 @@ - we can not overwrite it. --> <target name="java.class.path.validate"> - <available property="jogl.jar.on.class.path" classname="javax.media.opengl.GL" /> + <available property="jogl.jar.on.class.path" classname="com.jogamp.opengl.GL" /> <fail if="jogl.jar.on.class.path"> ****************************************************************** |