[[["わかりやすい","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-09 UTC。"],[[["\u003cp\u003eThis guide provides step-by-step instructions for setting up and running OR-Tools in Java on Windows 10 64-bit using Maven.\u003c/p\u003e\n"],["\u003cp\u003eBefore starting, ensure you have prerequisites like Microsoft Visual C++ Redistributable, Java JDK 8 or later, and Maven installed.\u003c/p\u003e\n"],["\u003cp\u003eYou can integrate OR-Tools into your Maven project by adding a dependency to your project's \u003ccode\u003epom.xml\u003c/code\u003e file.\u003c/p\u003e\n"],["\u003cp\u003eExample code is available in the \u003ccode\u003ejava_or-tools\u003c/code\u003e repository on GitHub and can be built and run using Maven commands.\u003c/p\u003e\n"],["\u003cp\u003eAfter successfully running the example, you can explore further functionalities and features of OR-Tools for your Java applications.\u003c/p\u003e\n"]]],["This guide details how to use OR-Tools in Java. Key actions include installing prerequisites: the Microsoft Visual C++ Redistributable (x64), a 64-bit Java JDK (8.0+), and 64-bit Maven. To integrate OR-Tools, add its artifact dependency to the project's pom.xml file. Download or clone the `java_or-tools` repository, navigate to its directory, and then build the project with `mvn compile -B`. Finally, execute the example by running `mvn exec:java`.\n"],null,[]]