org.jasig.portal.tools
Class LibCheck

java.lang.Object
  extended by org.jasig.portal.tools.LibCheck

public class LibCheck
extends java.lang.Object


Constructor Summary
LibCheck()
          Class that checks that JAXP is present in the JVM.
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.

Method Detail

main

public static void main(java.lang.String[] args)