I am having issues installing JavaFX in vs studio code. I am getting this error and believe it may be due to an extra space at the end of the maven file name, how do i correct this so it will run?
- Executing task: "/Users/brentsanford/Desktop/apache-maven-3.9.4 " org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate -DarchetypeArtifactId="javafx-archetype-fxml" -DarchetypeGroupId="org.openjfx" -DarchetypeVersion="RELEASE" -DgroupId="test" -DartifactId="testing"
zsh:1: no such file or directory: /Users/brentsanford/Desktop/apache-maven-3.9.4
- The terminal process "/bin/zsh '--login', '-c', '"/Users/brentsanford/Desktop/apache-maven-3.9.4 " org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate -DarchetypeArtifactId="javafx-archetype-fxml" -DarchetypeGroupId="org.openjfx" -DarchetypeVersion="RELEASE" -DgroupId="test" -DartifactId="testing"'" failed to launch (exit code: 127).
- Terminal will be reused by tasks, press any key to close it.