File: readme

package info (click to toggle)
libbsf-java 1%3A2.4.0-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 2,960 kB
  • sloc: java: 5,373; xml: 224; ansic: 182; python: 57; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13

To run any of the scripts here, type:

	java org.apache.bsf.Main -in filename -mode exec

where filename is any of the script files here.

You need to have the BSF jar file and any language-specific
jars/zips on your classpath.

Note: The mode must be set to "exec" to avoid the language's
      interpreter/compiler from treating the script as an
      expression.