This package contains classes to run JavaScript sources

All these Java applications require JS files/URLs/resources with extension .js, and at least one page.html URL, on commandline.

Further here is a class BomTestRunner that systematically tests JS properties and functions supported by HtmlUnit, and outputs a HTML page with results and statistics.

BOM = Browser Object Model.

Put all HtmlUnit JARs (except jetty*.jar) into your CLASSPATH to compile this package, and to execute Java applications. Try

			java fri.util.javascript.BomTestRunner
		
This will execute bomTest.js and then generate and display a test result-page in your default web browser, see BomTestRunner.html.