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!

jacob.jar stop exception in jnlp

KstoreMar 11 2017 — edited Mar 29 2017

i try to execute a jnlp webstart file in witch the file extensions.jnlp

contain the jacob.jar file to use webutil imn a forms but java stops with errors

resource unsigned : http://nameserver:9001/java/jacob.jar

1) how can signe jacob.jar with a valide certified ??

2) can i use webutil without using jacob.jar ??

Thank You..

<?xml version="1.0" encoding="utf-8"?>

<jnlp spec="1.0+"

        codebase="/forms/java" href="extensions.jnlp">

<information>

    <title>Server Cluster</title>

    <vendor>Corporation</vendor>

</information>

    <security>

        <all-permissions/>

    </security>

<resources>

<!-- <jar href="ADD YOUR JARS HERE - ONLY ONE PER ENTRY"/> -->

<!-- <jar href="jacob.jar"/> -->

<jar href="jacob.jar"/>

</resources>

<component-desc/>

</jnlp>

This post has been answered by dkampf on Mar 13 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 26 2017
Added on Mar 11 2017
7 comments
1,068 views