org.jasig.portal.tools
Class LibCheck
java.lang.Object
org.jasig.portal.tools.LibCheck
public class LibCheck
- extends Object
|
Constructor Summary |
LibCheck()
Class that checks that JAXP is present in the JVM. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LibCheck
public LibCheck()
- Class that checks that JAXP is present in the JVM. This allows us to give a
useful error back to the user if we find JAXP missing instead of getting many of
class not found errors the user will see a message instructing them how to fix
the problem.
main
public static void main(String[] args)
Copyright © 2010 Jasig. All Rights Reserved.