In the following example, the tLibraryLoad component is configured to load
      a Java library named jakarta-oro-2.0.8.jar to import the required
      classes.
      	setSettings {
		LIBRARY : "\"jakarta-oro-2.0.8.jar\"",
		IMPORT : "import org.apache.oro.text.regex.*;"
	}