samples.bat_lib.run.bat Maven / Gradle / Ivy
Go to download
Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of
parts of an HTML document, including some common server-side tags, while reproducing verbatim any
unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.
@if "%1"=="" goto error
@call bat_lib\set_package_name
java -classpath bin;../lib/%package_name%.jar %*
@goto end
:error
@echo You must specify the name of a sample program to run on the command line
:end
@pause