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!

Implementing DRS to Hide Java Prompt

BrandonZAug 9 2016 — edited Aug 9 2016

I'm attempting to implement a Deployment Rule Set on my machine to bypass the Java prompt that is shown when using web start with Oracle Forms 12c. Unfortunately, I can see the following error from the Java Control Panel. Does anyone know what I'm doing wrong?

I created a file called ruleset.xml:

<ruleset version="1.0+">

<rule>

\<id location="[http://orcl-fusion-dev:7777](http://orcl-fusion-dev:7777/)" />

\<action permission="run" />

</rule>

<rule>

\<id location="[http://orcl-fusion-prod:7777](http://orcl-fusion-prod:7777/)" />

\<action permission="run" />

</rule>

</ruleset>

I then created my DeploymentRuleSet.jar file:

jar cf DeploymentRulseSet.jar ruleset.xml

I then self-signed my jar file:

c:\Program Files (x86)\Java\jdk1.8.0_71\bin>jarsigner.exe -keystore myKeystore -verbose DeploymentRuleSet.jar Forms
Enter Passphrase for keystore:
updating: META-INF/FORMS.SF
updating: META-INF/FORMS.DSA
signing: users/bzerbe/desktop/ruleset.xml
jar signed.

Warning:
No -tsa or -tsacert is provided and this jar is not timestamped. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2043-12-25) or after any future revocation date.

I then deployed my jar file to: C:\Windows\Sun\Java\Deployment

pastedImage_1.png

Server

Forms 12.2.1.0

Windows Server 2012 r2

Client

Java 8u101

Windows 7

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 6 2016
Added on Aug 9 2016
3 comments
966 views