Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 711 Bytes

windows-setup.md

File metadata and controls

15 lines (11 loc) · 711 Bytes

Windows Setup from Source

Download cygwin and click on the setup where you need to select wget, git and unzip.

Now you can choose to either install GraphHopper or if you plan to customize the source code install it from source.

After that graphhopper web should start. After this open http://localhost:8989/ in your browser.

Troubleshooting

  • Make sure you have the latest JDK installed and not only the JRE
  • For me JAVA_HOME was not correct so I had to overwrite it before calling the graphhopper.sh script:
    export JAVA_HOME=/cygdrive/c/Programme/Java/jdk1.8.0_77