AShepherd85
AShepherd85

Reputation: 65

JRE version in ColdFusion

How can I tell what version of Java (JRE) my ColdFusion 11 is running? Is there somewhere in the CF administrator that can tell me if it's version 1.7 or 1.8?

Upvotes: 3

Views: 694

Answers (1)

Jeff Coughlin
Jeff Coughlin

Reputation: 51

Depending on your version of ColdFusion, go to the CFAdmin, click on the information icon (top right of window) - or click on "Settings Summary" in the left menu (both links lead to the same page). On that page under System Information is a sub heading called JVM Details. Under that you'll find what you're looking for in the Java Version.

Upvotes: 1

Related Questions