All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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.

There is a newer version: 2.3
Show newest version
@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 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy