GeoGoogle(Java) - How to import the file? -


i'm trying use geogoogle geocoding purposes http://geo-google.sourceforge.net/

when tried use line of code:

import geo.google.geoaddressstandardizer; geoaddressstandardizer st = new geoaddressstandardizer("aabbcc"); 

it says geoaddressstandardizer , import cannot resolved, added jar build path already.

has met issue before? thanks

solution: geogoogle-1.5.0.jar instead inside https://www.cs.drexel.edu/~zl25/maven2/repo/geogoogle/geogoogle/1.5.0/

having quick through geo-google source, exist constructor here.

public geoaddressstandardizer(string apikey) 

so problem has lie in way application using jar. deploying web server or (although i'd expect classnotfoundexception)?

if @ build config in ide, jar exist? how did add it?


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -