Skip to main content
Participant
July 17, 2024
Question

ColdFusion Builder Visual Code: error running command cfml.server.create

  • July 17, 2024
  • 1 reply
  • 473 views

Hi,

I am running Visual Code on MacOS and tried to install the ColdFusion Builder Extension. When I try to "add a server" I get the message 

"error running command cfml.server.create". Basically all actions result in a message ”error running command...“

Tried it with Java 17 and Java 8. Environment variables are set correctly. 

Did anyone come across this error message and found a way to solve it?

Many thanks!

    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    July 18, 2024

    After you set up the JAVA_HOME environment variable., add %JAVA_HOME%\bin to the Path variable. 

    That was the latest suggestion in a previous discussion of the error in this forum.

    Participant
    July 22, 2024

    Thank you. I did that and unfortunately that did not solve the issue.