Host
Standard Bindings
The Host form provides the following standard bindings:
returns | service | description |
Channel | newChannel() | Returns a new channel. |
JPiccola
In JPiccola, the Host form additionally provides the following bindings:
Class | class(aString) | Returns the Java class specified by aString. A full Java class name (such as "java.lang.String") must be specified. |
String | getProperty(aString) | Returns a JPiccola System property value. See below for JPiccola System properties. |
JPiccola System Properties
key | description |
java.version | Java Runtime Environment version |
os.name | Operating System name |
os.arch | Operating System architecture |
os.version | Operating System version |
piccola.prelude | Piccola prelude to be executed (default: lib/prelude.picl) |
piccola.script | Piccola script to be executed after prelude (default: lib/ide.picl) |
piccola.version | Piccola Runtime Environment version |
user.name | User's account name |
user.home | User's home directory |
user.dir | User's current working directory |