Here's a one liner CFML script to show what version of Java your ColdFusion server is running:
<cfoutput>#CreateObject("java", "java.lang.System").getProperty("java.version")#</cfoutput>
Another way to find out what version of Java ColdFusion is using is to log into the ColdFusion Administrator, and click on the System Information icon, then look for: Java Version