I'm getting start with a graphhopper sw, i've installed the maps but now i'm developing the sw in java code.
GraphHopperAPI gh = new GraphHopperWeb();
gh.load("Address-of-maps");
And it required graphhopper classes but, where i can find these classes??