File: readme

package info (click to toggle)
libbsf-java 1%3A2.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,028 kB
  • ctags: 2,480
  • sloc: java: 5,373; xml: 226; ansic: 182; python: 57; makefile: 18
file content (24 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
To run this demo type:

	java TestCalc filename

Please note that as of 2006-09-07 the proprietary Windows scripting languages
do not run with the standard distribution. Reason: due to licensing issues IBM
was not able to donate the necessary supporting OLE/ActiveX C++ code.

Maybe someone picks up this task?

The Rexx example (transcribed from the original Windows script examples) works,
as it is not dependent on the Windows infrastructure:

        java TestCalc TestCalc.rex

---rgf, 2006-09-07

================ original text of "readme" as of 2003-10-07 =============

To run this demo type:
	java TestCalc filename
where filename is one of TestCalc.vbs or TestCalc.jss or TestCalc.pls.

You need to have bsf.jar on your classpath and ../../lib/win32 on your path.