CF2023 Java error
I am running CF2023 with JDK-21 using commandbox. I am getting the following error (see attached screenshot), which doesn't occur for me on prior versions of CF/Java. I added the following to my server.json which my understanding is this should be added by commandbox to the jvm.config file and I had assumed this would have stop the error, but it did not. Any advice/help would be appreciated:"jvm":{
"minHeapSize":"${MINHEAP:1G}",
"heapSize":"${MAXHEAP:2G}",
"args":[
"-Dcoldfusion.datemask.useDasdayofmonth=true",
"-Dcoldfusion.xml.allowPathCharacters=true",
"--add-opens=java.desktop/com.sun.awt=ALL-UNNAMED"
],
"javaHome":"C:\\Program Files\\Java\\jdk-21"
},
