• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

curious JARSigningException behaviour

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm experiencing a com.sun.deploy.net.JARSigningException on my jna.jar file only when I turn off the local storage of temporary internet files in the Java control panel.

I have signed the jna.jar file for local use, but the exception does not occur when I am storing the jars files locally.
Only when I uncheck the "Keep temporary files on my computer" option under Temporary Files Settings in the Java Control Panel.



That doesn't make sense. Can someone tell me what's going on here?

Thanks
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm a bit confused about the circumstances under which this exception happens. After all, storing the jar files locally and unchecking that check box aren't alternatives. It is possible to do both of them at the same time, isn't it?

Anyway if you tell the Java environment (a) to store a jar file on the client machine and (b) that it can't store files on the client machine, perhaps that would lead to an exception. Seems logical to me anyway.
 
Anything worth doing well is worth doing poorly first. Just look at this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic