ksc_run_java
Use this command to run a java command.
ksc_run_java <full qualified name of java command class> parameters….
Note: The class must be inherited from the com.kintana.core.server.execution.BaseCommand
.
Running this command requires that you have the knowledge of the PPM java classes: BaseCommand
and ExecutionResults
.
Do not use this special command if you just want to run some custom java code. If you want to run the arbitrary java code, use the ksc_local_exec special command to run your java class from the command line.