nl.tudelft.goal.unreal.util.vecmathcheck
Class VecmathCheck
java.lang.Object
nl.tudelft.goal.unreal.util.vecmathcheck.VecmathCheck
public class VecmathCheck
- extends Object
Utility class to check if the correct version of Vecmath is loaded. This is
needed because OSX installs Java3D as a Java extension. This extension uses
version 1.3 of Vecmath.jar. Other projects use version 1.5.* Because java
extensions are always loaded before our own libraries we end up with the
wrong version loaded.
- Author:
- mpkorstanje
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
minimumVersion
public static final String minimumVersion
- See Also:
- Constant Field Values
VecmathCheck
public VecmathCheck()
check
public static boolean check()
getMinimumVersion
public static String getMinimumVersion()
getSpecificationVersion
public static String getSpecificationVersion()
getPackageDir
public static URL getPackageDir()
getErrorMessage
public static String getErrorMessage()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.