Hello!
My Environment:
Oracle Forms 12.2.1.2.0
java-version 1.8.0_151
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0
The issue;
This works with java-plugin (IE11) but not with java-webstart:
webutil_host.Blocking('cmd /c "dir C:\ > c:\xyz.txt"');
webutil_host.BLOCKING('cmd /c "dir C:\ > \"c:\xyz.txt\""');
There is a different behavior between java-plugin and java-webstart.
When I call "webutil_host,Blocking(...)" the java plugin executes the command.
The same command is not executed via java-webstart.
Annotation:
The Parameter "WebUtilNextGenHost" is set to "true"
Who knows an answer or can help me.
Thanks for your help...