Hello,
I'm trying to run the VRP Java examples for Google OR-Tools on Intellij Idea, but I don't know how to install it on Intellij IDEA.
This topic implies that I should update the
java.library.path in intelliJ Idea to point to the lib directory.
I have done it, in the Run/Debug configuration with the VM option:
-Djava.library.path=C:\Program Files\or-tools\or-tools_VisualStudio2022-64bit_v9.3.10497\lib\
Nevertheless, I get this error:
java: package com.google.ortools.constraintsolver does not exist.
Do you have any solution?
Thank you in advance.
Regards,