I thought I'd try the Adobe CF Builder extension a...
# ide
h
I thought I'd try the Adobe CF Builder extension again after watching the webinar on it. Syntax highlighting, the outline and other things seem to work, but none of the pods in "CF" work. If I click on the Create Project in the Project Manager pod, I see this in the dev tools:
Copy code
Error running command cfml.project.create: command 'cfml.project.create' not found. This is likely caused by the extension that contributes cfml.project.create.
I see the following, so it appears java is working okay.
Copy code
[Extension Host] Congratulations, your extension 'Adobe ColdFusion Builder' is now active for cf !
console.ts:137 
[Extension Host] DEBUG-Using java from JAVA_HOME: C:\Program Files\Java\jre1.8.0_351
console.ts:137 
[Extension Host] DEBUG-Java version 8 detected
r
I believe it requires Java 11
h
hmm, I cannot fine Java 11 JRE, only the JDK. And I have the same errors when using the Java 11 JDK.
Change the dropdown from JDK to JRE but the JDK should work as well.
You might have to point your JAVA_HOME at the 11 JRE.