Hi Bernd, maybe you execute this command in a directory that contains a different mkgmap.jar? Or maybe the ~ is not expanded as expected?
Gerd ________________________________________ Von: mkgmap-dev <[email protected]> im Auftrag von Bernd Weigelt <[email protected]> Gesendet: Freitag, 26. Oktober 2018 14:00 An: Development list for mkgmap Betreff: Re: [mkgmap-dev] Download for sea.zip Hi That was the first error, that i got with my tests ;-) I have used ":" at the first time, had a little problem with my eyes bernd@apoll:~> java -Xmx6800m -cp ~/temp/test/mkgmap.jar:~/temp/test/lib/ optional/* uk.me.parabola.mkgmap.sea.optional.PrecompSeaGenerator ~/ map_build/test/land-polygons-split-4326/land_polygons.shp WGS84 ~/temp/test Fehler: Hauptklasse uk.me.parabola.mkgmap.sea.optional.PrecompSeaGenerator konnte nicht gefunden oder geladen werden Ursache: java.lang.ClassNotFoundException: uk.me.parabola.mkgmap.sea.optional.PrecompSeaGenerator The path "uk.me.parabola.mkgmap.sea.optional.PrecompSeaGenerator" is correct and the class is in mkgmap.jar Bernd Am Freitag, 26. Oktober 2018, 13:43:35 CEST schrieb Thorsten Kukuk: > On Fri, Oct 26, Bernd Weigelt wrote: > > This is my command line > > > > bernd@apoll:~> java -Xmx6800m -cp ~/temp/test/mkgmap.jar;~/temp/test/lib/ > > optional/* uk.me.parabola.mkgmap.sea.optional.PrecompSeaGenerator ~/ > > map_build/test/land-polygons-split-4326/land_polygons.shp WGS84 > > ~/temp/test > Syntax error: ";" must be ":" on Linux. > > Thorsten _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
