Shell Error Java

hi all,
i am facing a problem while running a process in which i have called a shell (jar).and error is been written in the log stating that java is not recognized as internal or external command

i have also checked that all the required environmental variables are set appropriately. (JAVA_HOME,JRE_HOME,PATH). and also have checked its execution on command line.
.the Screenshot of the log is uploaded with this post.

Thanks,
Aniket.

Hi,

Instead of browsing script/jar file directly, you can choose option to insert script & write there
java -jar “your_script_file” “run_time_parameters” .

Check above mentioned way.

1 Like