|
Error : Java has discovered application components that could indicate a security concern.This article applies to:
SYMPTOMS While attempting to run Java based applet or application, a security warning dialog box appears: ''Java has discovered application components that could indicate a security concern. Block potentially unsafe components from being run?'. ![]() CAUSE Signed Java Web Start applications and applets that contain signed and unsigned components could potentially be unsafe unless the mixed code was intended by the application vendor. As of the Java SE 6 Update 19 release, when a program contains both signed and unsigned components, a warning dialog is raised. SOLUTION In the security dialog, if the user clicks Yes, it blocks potentially unsafe components from running, and the program may terminate. If the user clicks the No button, the application or applet continues execution. Raising a warning is the default behavior, but there are options available for users to manage this situation. Mixed Code Protection Options for Users: User can manage how mixed code programs are handled through the Java Control Panel. To access the Java Control Panel goto, Start menu > Control Panel > Java Control Panel > Advanced > Security. See the Mixed code heading towards the bottom of the Java Control Panel. Four levels of control are available. ![]() Below are the details of the available options.
MORE TECHNICAL INFORMATION Java applications developers: please refer to the mixed code documentation. |