javagoogle-mapsor-toolsvehicle-routing

Vehicle Routing Problem - OR tools tutorial not running on eclipse


I am trying to run the program mentioned in tutorial - https://developers.google.com/optimization/routing/vrp#distance_matrix_api - Java Version

Even after adding all required jars and dll, it runs fine on IntelliJ but does not run on Eclipse.

Eclipse Error

Also I'have put the jars and dll everywhere I could think of:

[1]: https://i.sstatic.net/Skmu0.png

But result remains the same but same file runs perfectly in IntelliJ.

Any help would be appreciated


Solution

  • Run -> Configurations -> Dependencies -> Add modules (dropdown) -> ALL MODULE_PATH

    enter image description here