Remove
Inappropriate?
UPDATE SUMMARY
Cortex is using a private version of the Java VM - it doesn't install this JVM as the system JVM, to be used by browsers and other apps. As such, the warning can be ignored, since Cortex itself doesn't present much of an attack surface. It is perfectly possible to have an Up-to-date version of the Java VM installed for use in browsers, etc, concurrent with the private VM used by Cortex, and thus be safe to run applets, etc. The warning you are receiving is likely being generated by some AV product, not the OS.
HOW TO REPLACE OLD VERSION *This procedure is unsupported!*
In order to run Cortex against a higher Java 6 VM, enter the following (the stuff between the lines) into the Posit Science Cortex (or InSight).ini file:
---------------------
-vm
<path-to-updated-jre>/bin/client/jvm.dll
---------------------
Preserve the <newline> after "-vm" and "jvm.dll"!
For example, on my machine, I could run against this JVM:
C:/Program Files/Java/jre1.6.0_07/bin/client/jvm.dll
Or this one:
C:/Program Files/Java/jdk1.6.0_16/jre/bin/client/jvm.dll
Note this should work fine, as long as the targeted JVM is Java 6 (not 5). We have not tested with Java 7, which is not yet out. </newline></path-to-updated-jre>