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

Server
Forms 12.2.1.0
Windows Server 2012 r2
Client
Java 8u101
Windows 7