January 4, 2021
A table of what Java versions can be used with what ColdFusion versions
Comments
(2)
January 4, 2021
A table of what Java versions can be used with what ColdFusion versions
ColdFusion troubleshooter
Legend 146 posts
Followers: 107 people
(2)

[Posted originally in Jan 2021. Updated  Aug 2022: for minor refinements. Mar 2022: to remove references to Java 12/13 and add mention of Java 17.  Mar 2021: to add a link to info on what JVM versions are supported, as well as how to find what JVM version you are currently running and where to get Java installers from Adobe.]

You may wonder which version(s) of Java you can use with your current version of ColdFusion, or one you plan to use. It depends on first on what version of CF you are using, and then on what CF update has been applied to that CF version .

In this post, I offer a table that clarifies things, listing the various recent CF versions (even those no longer supported) and what Java version they supported, based on what CF update had been applied.

The info below is current as of the date of the release update of this post, Jan 2021 Aug 2022. I plan to keep it updated as information changes.

FWIW, I originally offered this information within a longer 2019 post about new Java updates released then (in Apr 2019), but I’ve pulled this table to stand on its own. Find your cf version below, and see what Java version(s) it may support:

Java 17 Java 11 Java 8 Java 7 Java 6
CF2021 Not yet Yes NO NO NO
CF2018 Not yet Yes
(if CF2018 update 2
or later)
NO NO NO
CF2016 NO Yes
(if CF2016 update 8
or later)
Yes NO NO
CF11 NO NO Yes
(if CF11 update 3
or later)
Yes NO
CF10 NO NO Yes
(if CF10 update 14
or later)
Yes
(if CF10 update 8
or later)
Yes
CF9 NO NO NO See below Yes

Again, I will update this post as things change over time.

(As for Java 12, which came out in Mar 2019, note that while CF2016 and 2018 came out with an update that year to support it, that version was only updated until Sep 2019, so it would no longer be appropriate to consider running Java 12 with any CF version. The same is true of other Java versions that had short lives, Java 9, 10, 13-16.)

As for downloading the latest Java installer or archives, see the Adobe CF “downloads” page (which is not for downloading CF, but things related to CF), and specifically the list of Java installation files that current CF versions support offered at the bottom.

How do I know what JVM version I am currently running?

I mentioned already that I have done a past post (and plan future posts) with more details, but this one is worth pulling out here: naturally you may wonder, “well, what JVM version am I running now?

The easiest way to tell is to go into your CF Admin, and view either the Settings>Settings Summary page or the “System Information” page (the “i” icon in the top right of the admin). On those pages, about 10-20 lines from the top is a section on JVM details, and it will report what JVM version you are currently using.

See the last section (conclusion) for more that I cover on that older post mentioned above.

Finally, if you’re still running CF9…

Actually, if you are running anything less than CF2018 in 2021, you should know that you are running on a CF version that is no longer updated by Adobe (Cf2016 updates ended in Feb 2021).

But as I noted in the table above, as for CF9 and when Java 7 support was added, again see the original post I link to above and below.

Conclusion

Finally, if you may have still other questions related to CF and Java versions (such as about Adobe’s licensing of Oracle Java for us, or how Adobe does NOT support JVMs other than those from Oracle,  and more), see the previous post where I first shared that info, and the table, and more. While it was about the specific Java update in 2019, what I shared applies generally to all Java versions.

I welcome comments and feedback.


For more blog posts from Charlie Arehart, see his posts here as well as his posts at carehart.org. And follow him on Twitter and other social media as carehart.

2 Comments
2021-11-19 15:06:34
2021-11-19 15:06:34

This is very helpful.  Updating my JRE fixed my “I/O Exception: peer not authenticated” error I was getting in ColdFusion.  Thanks!

Like
(1)
>
Chad Armond_872
's comment
2021-11-19 18:11:39
2021-11-19 18:11:39
>
Chad Armond_872
's comment

Thanks for the kind regards, Chad. Glad to have helped.

Like
Add Comment