To test your Java installations, open a terminal window and navigate to
the directory where you unpacked the binary distribution. Then enter the
following command:
maketest
This runs a selection of examples for OR-Tools. If all the examples run
successfully, you are ready to
get started with OR-Tools.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-16 UTC."],[[["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"]]