Skip to content

Files

Latest commit

 

History

History

Build-v1.0.0

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Installation guide

  • 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
  • For Windows
    • stopserver.bat
  • For macOS or Linux
    • ./stopserver.sh