24.07.2015, 14:04
(24.07.2015, 08:51)berndw Wrote: Ich hänge mal ein Log an, vielleicht kannst Du etwas damit anfangen
Hallo Bernd,
mit den 2.16-SNAPSHOT Vorabversionen bin ich auch unter Linux auf die JavaFX-basierte Karte umgestiegen. Die Logzeile
INFORMATION: Cannot create slash.navigation.converter.gui.mapview.JavaFXWebViewMapView: java.lang.NoClassDefFoundError: javafx/scene/Parent
deutet darauf hin, daß JavaFX nicht/nicht vollständig verfügbar ist. Ist das vielleicht in Deinem JDK nicht enthalten?
Code:
Jul 24, 2015 9:30:03 AM slash.navigation.converter.gui.RouteConverter initializeLogging
INFORMATION: Started RouteConverter Online Edition 2.16-SNAPSHOT-493 vom 23. Juli 2015 for Linux with locale de_DE on Oracle Corporation Java 1.8.0_51 (64-bit) and Linux 3.16.7-21-desktop amd64 with 3650 MByte heap
Jul 24, 2015 9:30:04 AM slash.navigation.converter.gui.RouteConverter openMapView
INFORMATION: JavaFX: true java.vendor: Oracle Corporation is Oracle: true java.version1.8.0_51 later than 1.7.0_40: true
Jul 24, 2015 9:30:04 AM slash.navigation.download.DownloadManager loadQueue
INFORMATION: Loading download queue from '/home/bernd/.routeconverter/download-queue.xml'
Jul 24, 2015 9:30:04 AM slash.navigation.converter.gui.RouteConverter createMapView
INFORMATION: Before creating map view from slash.navigation.converter.gui.mapview.JavaFXWebViewMapView
Jul 24, 2015 9:30:04 AM slash.navigation.converter.gui.RouteConverter createMapView
INFORMATION: Cannot create slash.navigation.converter.gui.mapview.JavaFXWebViewMapView: java.lang.NoClassDefFoundError: javafx/scene/Parent
Jul 24, 2015 9:30:04 AM slash.navigation.converter.gui.RouteConverter openMapView
INFORMATION: map view 1 is null
Jul 24, 2015 9:30:04 AM slash.navigation.converter.gui.RouteConverter createMapView
INFORMATION: Before creating map view from slash.navigation.converter.gui.mapview.EclipseSWTMapView
Jul 24, 2015 9:30:04 AM slash.navigation.converter.gui.RouteConverter createMapView
INFORMATION: Cannot create slash.navigation.converter.gui.mapview.EclipseSWTMapView: java.lang.ClassNotFoundException: slash.navigation.converter.gui.mapview.EclipseSWTMapView
Jul 24, 2015 9:30:04 AM slash.navigation.converter.gui.RouteConverter openMapView
INFORMATION: map view 2 is null
Jul 24, 2015 9:30:04 AM slash.navigation.converter.gui.RouteConverter createMapView
INFORMATION: Before creating map view from slash.navigation.converter.gui.mapview.MapsforgeMapView
Jul 24, 2015 9:30:04 AM slash.navigation.converter.gui.RouteConverter createMapView
INFORMATION: Cannot create slash.navigation.converter.gui.mapview.MapsforgeMapView: java.lang.ClassNotFoundException: slash.navigation.converter.gui.mapview.MapsforgeMapView
Jul 24, 2015 9:30:04 AM slash.navigation.converter.gui.RouteConverter openMapView
INFORMATION: map view 3 is null
--
Christian
Christian
