GeoIP Map is a Java program that will figure out where an IP address is located. It will then plot this position on a map for user convenience.
GeoIP Map will find the country, region, city, postal code, area code, latitude, and longitude of the IP address. It very accurate (thanks to the GeoLite database from MaxMind).
There is no installation process, just unzip the file, and run the program by either double clicking on geoipmap.jar or by using the command line java -jar geoipmap.jar.
GeoIP Map is released under the GPL version 3. The source code can be found in the JAR file geoipmap.jar.
GeoIP Map includes GeoLite data created by MaxMind, available at: http://maxmind.com/
Version: 1.0
Last Updated: Aug 10, 2008
Release Date: Aug 10, 2008
Download: GeoIP Map