shell:java
Description
Executes a Java standard application.
Syntax
shell:java [options] className [arguments]
Arguments
| Name | Description |
|---|
| className | The name of the class to invoke |
| arguments | Arguments to pass to the method of the given class |
Options
| Name | Description |
|---|
| -m, --method | Invoke a named method (defaults to main) |
| --help | Display this help message |