Jar is not running inside the JRE folder?
I have installed JRE in this path C:\program files\java\jre.
I have took jre path using registry.I have placed my jar in <jre_Home>\lib\security folder.
If execute following jar command its not working.
ExecWait 'java -jar "$Copy_Jar\my.jar" "parameters"'
Is there any security issue while running inside jre folder?