Hi all,
I've been trying for months to get some osm data to work with mapguide.
I've tried postgresql with postgis. With no luck because I can not get
postgis to work with mapguide.
I wanted to switch to mysql. It seems that I need osmosis so I
downloaded osmosis.
osmosis --read-xml file="planet.osm" --write-mysql host="localhost"
database="osm" user="root" password="*************"
gave me an error:
Exception in thread "main" java.lang.NoClassDefFoundError: and
Caused by: java.lang.ClassNotFoundException: and
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: and. Program will exit.
Is it possible to use this with windows xp?
_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev