-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
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 BTOOLS_DIRECTORY/NAME_OF_BTOOLS_APP.JARRunning 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 "Making things", "Identifying individuals" and "Detecting behavior" tutorials referenced in the side bar.