Skip to main content
Close announcements banner

tLibraryLoad example

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.*;"
	}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!