Skip to content

Instantly share code, notes, and snippets.

@elhoyos
Created October 6, 2014 05:07
Show Gist options
  • Save elhoyos/17dea43edf51afb1ea1d to your computer and use it in GitHub Desktop.
Save elhoyos/17dea43edf51afb1ea1d to your computer and use it in GitHub Desktop.

Dealing with Java security message

This is what appear:

Java has discovered application components that could indicate a security concern. Contact the application vendor to ensure that it has not been tampered with.

Block potentially unsafe components from being run?

The reason

According to Java its because an Applet or a Java Web Start application contains mixed code (signed and unsigned).

Solutions

Disabling

Go to this link. There's a guide on how to setup Java to handle these messages.

Sign all the components

Read this and have the applet use signed libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment