Um Ihre Java-Installationen zu testen, öffnen Sie eine x64 Native Tools-Eingabeaufforderung und wechseln Sie zu
das Verzeichnis, in das Sie die Binärverteilung entpackt haben. Geben Sie dann den
folgenden Befehl:
tools\make test
Hiermit wird eine Auswahl von Beispielen für ODER-Tools ausgeführt. Wenn alle Beispiele
abgeschlossen haben, sind Sie bereit,
OR-Tools verwenden.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-08-22 (UTC)."],[[["This guide provides instructions for installing OR-Tools for Java on Windows 10 64-bit systems using Visual Studio 2022."],["Prerequisites include Microsoft Visual C++ Redistributable for Visual Studio 2022 (x64), a 64-bit Java JDK 8.0 or later, and a 64-bit Maven installation."],["Installation involves downloading and extracting the OR-Tools binary distribution for Visual Studio 2022 and validating the installation by running the provided test command."],["Successful installation enables users to proceed with utilizing OR-Tools for their Java projects, as detailed in the linked introductory resources."]]],["OR-Tools for Java installation on Windows requires specific prerequisites: Microsoft Visual C++ Redistributable for Visual Studio 2022 (x64), a 64-bit Java JDK (8.0 or later), and 64-bit Maven. The installation involves downloading and extracting the OR-Tools binary distribution compatible with Visual Studio 2022. After extraction, the installation can be validated by running `tools\\make test` in an x64 Native Tools Command Prompt within the extracted directory.\n"]]