environment : macOS ventura 13.5.2(macbook pro m1 chip)
language : java 1.8, java 11
Page referenced : https://download.igniterealtime.org/openfire/docs/latest/documentation/install-guide.html(installation guide)
download program : https://github.com/igniterealtime/Openfire(Openfire server download source)
I want complete Openfire server installation I tried Openfire Server installation on mac but not working, What did I do wrong?
I tried code 'mvn clean package'(not working)
I tried code './mvnw verify'(not working)
I installed Ant instead mvn(not working)
I installed mvn with homebrew(maven install complete)
java 1.8v try enter image description here enter image description here './mvnw verify' code result(java 1.8)
java 11v try enter image description here './mvnw verify' code result(java 11) : print same message again and again
I didn't find out Openfire server installation questions and answers please help me
I want to complete Openfire server installation