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>