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
dswitzer
10/11/2023, 6:54 PM
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
Rodney
10/11/2023, 7:28 PM
IIRC, only Java 11 was supported at release and may still be the only supported version.
d
dfgrumpy
10/11/2023, 7:42 PM
uninstalled java ... installed java 11....
r
Rodney
10/11/2023, 7:44 PM
Do you have your JAVA_HOME environment variable set and pointing to your Java 11 install?