Java Security Message

While testing launching a project as an applet today I got this security warning:

[attachment=0]java_msg.png[/attachment]

Should we be concerned by this? I worry that if my customer updates his Java version in the future then applets might suddenly stop working?

Java 7 update 45 now requires a permission setting to be added to executable jars. It is just a warning you that the setting is missing and that in the future, Java won’t allow the jar to run as is. We added the permission to our executable jar, and so that error will no longer appear with the next 7.5 and 7.6 releases.

Thanks for the reply. I’m currently using version 7.6.3.

Based on what mgross stated the upgrade to the next release, 7.6.4, should resolve this issue.