Videos
Blogs
From what I understand, the “java.net.http” package has been included in JREs since Java 11. Coldfusion comes with a Java 17 JRE. However, it seems that there is no “java.net.http” package available with that JRE as executing the following produces a ClassNotFoundException: CreateObject(“java”, “java.net.http.HttpClient”) I’m not quite understanding. Does Coldfusion ship with a special JRE that doesn’t have all the modules that a normal Java 17 JRE would have?
Upcoming Events