You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simpleelnapp.jar file serves as a placeholder. Kindly substitute it with the officially released binary file.
Java >= 17.0.0
Download jdk or jre and extracted to ${platform}-${arch}/jre folder. For example, on Windows (x86_64), the relative path of the java.exe file is in ./win-x64/jre/bin/java.exe
Run the server
Navigate to ${platform}-${arch} folder, eg win-x64
For Windows
startserver.bat
For macOS or Linux
./startserver.sh
Stop the server
Navigate to ${platform}-${arch} folder, eg win-x64