Jump to content

Java Error


L3arn3r

Recommended Posts

I have web-server locally and java applet is required to work properly on web-server so i have made self-signed applet... It is working fine on older version of java but wanna run with new version of java..

Error!

"Your security settings have blocked a self-signed application from running?"

solution?

Link to comment
Share on other sites

Here's that exact question answered:

http://stackoverflow.com/questions/155241/cheapest-java-code-signing-certificate-not-self-signed

Long story short: It'll cost you a few pennies and less per year if you take a cert that is valid for longer. It pays to shop around a bit and you should specifically look out for code signing certificates. I don't beleve you need the "Extended Verification" or EV certs. That's for signing UEFI bios updates and such.

And here's the process of signing your code with an actual as opposed to self-signed cert:

http://www.codejava.net/java-se/applet/how-to-sign-a-java-applet?showall=&start=4

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...