Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Different behavior between java-plugin and java-webstart

ThomasApr 28 2021

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...

This post has been answered by Thomas on Apr 30 2021
Jump to Answer
Comments
Post Details
Added on Apr 28 2021
6 comments
1,022 views