Hi everyone!
I’m trying to run the example of how to use Java Server Faces (JSF) forms as External Forms that is in the repository:
But when I cloned and run the command mvn clean pakage I can’t run it with the java -jar camunda-quickstart-task-form-external-0.0.1-SNAPSHOT.war I get this error. in intellij I do not see the option to run:
- I have java 17 installed, does it work with this version or should I install a previous version?
- Do I have to have a main class to run it?