• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
5

Installing VB Code Coldfusion Builder Extension on MacOS Monterey

Community Beginner ,
Oct 11, 2022 Oct 11, 2022

Copy link to clipboard

Copied

I am unable to create a CF Server in Visual Studio Code Adobe ColdFusion Builder Extension.

Configuration and steps are listed below I followed during installation:

 

Environment installing on

Operating: System MacOS Monterey (version 12.6)

Processor: 4 GHz Quad-Core Intel Core i7 (Late 2015)

Visual Studio Code Version 1.72.0

Coldfusion Builder Extension version 1.0.443

Java(TM) SE Runtime Environment 18.9 (build 11.0.16+11-LTS-199)

Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.16+11-LTS-199, mixed mode)

 

System requirements

macOS: macOS 12.

Java 11 as the recommended JDK.

Version 1.68 of VS Code or above.

 

MACOS Installation

Note: macOS 10.15 Catalina and above uses zsh shell. I followed steps below using both the Terminal Windows in VS Code, (when it did not appear to work work) then I tried again using the Mac’s Terminal Window)

zsh shell

  1. Downloaded and installed (jdk-11.0.16_macos-x64_bin.dmg)
  2. Created zsh environment file: touch ~/.zshenv
  3. Located the Java binaries: /usr/libexec/java_home The following path appeared, /Library/Java/JavaVirtualMachines/jdk-11.0.16.jdk/Contents/Home
  4. Copied and pasted the Java binary path to the zshenv file. Type: open ~/.zshenv
  5. In the environment editor, type: export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.16.jdk/Contents/Home
  6. Saves and exited the editor.
  7. Applied the change into the current shell: source ~/.zshenv
  8. Checked if the environment variable is set properly: echo $JAVA_HOME  The following environment appeared:  /Library/Java/JavaVirtualMachines/jdk-11.0.16.jdk/Contents/Home

 

I re-started Visual Studio Cold Fusion and receive the following messages:

1 - Caching components: 3/87 (3 went to 87 and message closed) Source: CFML (Extension)

2 - Adobe Cold Fusion Builder is now attached with the VS Code Client.  Source: Adobe ColdFusion Builder (Extension)

I next selected the CF Builder Extension icon in VSCode:

PROJECT MANAGER shows “No workspace created Yet”

If I attempt to create a Workspace I receive the following message:

Error running command cfml.project.refresh: command 'cfml.project.refresh' not found. This is likely caused by the extension that contributes cfml.project.refresh.

CF SERVERS shows “No server created Yet” and has a Blue button “Add Server”

Pressing the Add Server Button I receive the following message:

Error running command cfml.server.create: command 'cfml.server.create' not found. This is likely caused by the extension that contributes cfml.server.create.

Views

550

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 11, 2022 Oct 11, 2022

Copy link to clipboard

Copied

Forgot to mention, I am running Coldfusion 2021 Developer

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 11, 2022 Oct 11, 2022

Copy link to clipboard

Copied

I have the same setup and am encountering the same issues as tjguida.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 27, 2022 Oct 27, 2022

Copy link to clipboard

Copied

I use a windows machine and have the same issue with VS code. No local CF installed.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 25, 2022 Nov 25, 2022

Copy link to clipboard

Copied

Getting the same error, any help would be really appreciated!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Mar 10, 2023 Mar 10, 2023

Copy link to clipboard

Copied

I have  the same issue.  Any way around the errors?  It can't find my java. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 14, 2023 Mar 14, 2023

Copy link to clipboard

Copied

I get the same error, with no local CF servers installed.
OS:Windows 10, Java 19

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 14, 2023 Mar 14, 2023

Copy link to clipboard

Copied

LATEST

I am running Windows 11 with no local CRF Installed, facing the same issue.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation