What Version of Java is ColdFusion Using?
February 25, 2010

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
Tweet
Related Entries
- Using AntiSamy with ColdFusion - August 5, 2010
- OutOfMemoryError - GC overhead limit exceeded - March 25, 2010
- Serializing CFC's in ColdFusion 8 - August 6, 2007
- Finding the Last Modified Date on a File - January 11, 2007
- ColdFusion on the TIOBE index - March 18, 2006


add to del.icio.us




