Skip to content

Installation

Spoili edited this page Jul 26, 2024 · 1 revision

Installation Guide for Server List Explorer

Prerequisites

Before you begin, ensure you have Java 11 or a later version installed on your machine. The latest Long-Term Support (LTS) version is recommended, which is Java 21 at the time of this writing.

  • GraalVM: Known for its performance and versatility. Download it from GraalVM Downloads. Note that it comes as a portable ZIP, requiring manual installation.
  • Oracle JDK: Ideal for casual users, providing an installer for ease of setup. Download it from Oracle Java Downloads.

Installation Steps

  1. Download Server List Explorer:

    Download the version that best suits your needs from the latest releases.

    Version Name Description Supported Platforms Recommended
    ServerListExplorer.jar Ready-to-run executable. Not minified or obfuscated. Windows (x64), Linux (x64, arm64), macOS (x64, arm64) No
    ServerListExplorer-minified.jar Ready-to-run executable. Obfuscated and minified using ProGuard for a smaller size. Windows (x64), Linux (x64, arm64), macOS (x64, arm64) Yes
  2. Run the Application:

    • Windows: Simply double-click the downloaded JAR file to launch the application.

    • macOS and Linux: Execute the following commands in your terminal, depending on the version you chose:

      java -jar ServerListExplorer-minified.jar -XX:+UseStringDeduplication
      java -jar ServerListExplorer.jar -XX:+UseStringDeduplication

Troubleshooting

If you encounter the error "A Java Exception has occurred" or the UnsupportedClassVersionError exception, ensure that Java 11 or a later version is correctly installed on your machine.

Clone this wiki locally