Hello > Running splitter, now, this is the error I get : > > Exception in thread "main" java.lang.NoClassDefFoundError: > crosby/binary/file/BlockReaderAdapter > Caused by: java.lang.ClassNotFoundException: > crosby.binary.file.BlockReaderAdapter
> Last time I ran it (02/21) with the same parameters, it worked like a > charm. Francois This is due to not having the osmpbf.jar and/or the protobuf.jar or them not being available on the classpath. If you download splitter-r164 it should work out of the box as long as you use the -jar option to java. java -jar splitter.jar ... ..Steve _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
