Anyone know how I can get the ColdFusion builder p...
# adobe
d
Anyone know how I can get the ColdFusion builder plugin to work properly in visual studio? I keep getting errors about running java > v7 but I have v21 installed. Also, all the file icons are now all messed up. I have the plugin working fine on another pc. But comparing the 2 I don't see why it won''t run properly on this one.
d
I don't use ColdFusion Builder, but my guess is it's using some methods that have been depreciated from Java. You might try seeing if using Java 11 or 17 with the CB resolves the issue.
r
IIRC, only Java 11 was supported at release and may still be the only supported version.
d
uninstalled java ... installed java 11....
r
Do you have your JAVA_HOME environment variable set and pointing to your Java 11 install?
d
(While I assume you did this), make sure to close VS Code and reopen it. See this for changing the Java Home path: https://stackoverflow.com/questions/63057245/changing-the-java-home-path-in-vs-code
d
ok.. well issue resolved. Thanks @Rodney java_home was pointed to the wrong place.