JRE 6 - sign issue

all:

we were using 1.5.09 JRE and our JavaWebStart based app worked fine. then i installed 1.6 in my PC (windows). now i cant launch my jnlp using 1.6

it says

"Unsigned application requesting unrestricted access to the system

Unsigned resource https://myServer/classes/JimiProClasses.zip"

I manually signed JimiProClasses.zip file using same certificate as other jars (its Sun's Java Image MAnagement Interface classes).. But i still get same error..

Any tips to solve this?

Madhu

[530 byte] By [madmax7_97a] at [2007-11-27 4:34:24]
# 1

Starting with 1.6, at least some builds only checked jar

archives for signature, so anything in a .zip archive was

not checked, and marked as (effectively) an untrusted

resource. Search the forum for more details, I think

I recall there was a bug raised - though I did not follow

the progress.

The simplest strategy to get the project working

is probably to make a jar file, change the JNLP,

and upload both.

AndrewThompson64a at 2007-7-12 9:44:19 > top of Java-index,Desktop,Deploying...