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
- HashDOS and ColdFusion - December 31, 2011
- 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
Trackbacks
Trackback Address: 743/050797F3688DD3ED6E1601F739FF77EF
Post a Comment
Spell Checker by Foundeo
Recent Entries
- Nginx redirect www to non www domain
- HashDOS and ColdFusion
- HackMyCF Updated for APSB11-29 Security Hotfix
- Adobe eSeminar on FuseGuard
- Determining Which Cumulative Hotfixes are Installed on ColdFusion
- Adding Two Factor Authentication to ColdFusion Administrator
- ColdFusion Developer Week at Adobe.com
- Bug Loading Scripts for CFFileUpload and CFMediaPlayer


add to del.icio.us



