What Version of Java is ColdFusion Using?
Published on February 25, 2010
By Pete Freitag
By Pete Freitag
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
What Version of Java is ColdFusion Using? was first published on February 25, 2010.
If you like reading about java, or coldfusion then you might also like:
- Spring4Shell and ColdFusion
- Log4j CVE-2021-44228 Log4Shell Vulnerability on ColdFusion / Lucee
- URL Safe Base64 Encoding / Decoding in CFML
- Updating Java on ColdFusion or Lucee
The Fixinator Code Security Scanner for ColdFusion & CFML is an easy to use security tool that every CF developer can use. It can also easily integrate into CI for automatic scanning on every commit.
Try Fixinator