> Exception in thread "main" java.lang.UnsupportedClassVersionError: > uk/me/parabol > > a/mkgmap/sea/optional/PrecompSeaGenerator : Unsupported major.minor > version 51.0 >
That means that you probably have compiled the files with Java 7 and now you try to start it with Java < 7. WanMil _______________________________________________ mkgmap-dev mailing list [email protected] http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
