Skip to content
Tim edited this page Aug 25, 2026 · 12 revisions

bTools apps are shipped as JAR files. These files need to be run inside a terminal by first calling the Java interpreter and then specifying the name of a bTools app like so

java -jar NAME_OF_BTOOLS_APP.JAR

Running a bTools app without any parameters will display a list of its parameters and a brief description of each. Parameters have no default values, so all parameters except the show.credits parameter need to be set explicitly.

For specific examples, please see the "Identifying individuals" and "Detecting behavior" tutorials referenced in the side bar.

Getting started

Making things

Identifying individuals

Detecting behavior

Miscellaneous

Clone this wiki locally