Este conteúdo não está disponível no idioma selecionado.
2.11. shell:java, java
Abstract
execute a Java application
Synopsis
shell:java
[
--help
] [[
-m
] | [
--method
] methodName
] {
className
} [
arguments
]
Arguments
Table 2.11, “shell:java Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
-m , --method | Specifies the name of a method to invoke. The default is main() . |
className | Specifies the name of the class to invoke. |
arguments | Specifies the arguments to pass to the method of the given className. |