[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-22 (世界標準時間)。"],[[["This guide provides instructions for installing Google's OR-Tools for Java on various Linux distributions, specifically targeting the x86_64 architecture."],["Before installing OR-Tools, you need to have Java JDK 8.0 or higher and Maven 3.3 or higher installed on your system, with detailed installation instructions provided for different Linux distributions."],["You can install OR-Tools by downloading the binary distribution for your specific Linux system, extracting it, and optionally validating the installation by running a set of examples."],["The guide includes links to download the appropriate OR-Tools binary distribution for a range of Linux distributions, such as Alpine, Debian, Fedora, OpenSUSE, and Ubuntu versions."],["After successful installation, you can proceed to utilize OR-Tools for your Java projects by following the provided link to the OR-Tools introduction and getting started guide."]]],["This document outlines installing OR-Tools for Java on Linux (x86_64 architecture). First, install Java JDK 8.0 or higher using package manager commands specific to your Linux distribution (Alpine, Centos, Debian, Fedora, OpenSUSE, Ubuntu). Next, install Maven 3.3 or higher using similar package-specific commands and confirm its installation with `mvn -v`. Finally, download and extract the OR-Tools binary for your specific Linux distribution from provided links, then navigate to the extracted directory and use `make test` to validate the installation.\n"]]