(29.07.2009, 11:40)routeconverter Wrote: (29.07.2009, 11:26)ThomasSc Wrote: Sollte da nicht stehen:
INFO: Started RouteConverter 1.28.16 vom 28. Juli 2009 on Windows 7 6.1 x64 with Java 1.6.0_14
Klingt logisch. Wird die Java VM eventuell in einem 32 bit-Kompatibilitätsmodus ausgeführt? Oder gar gleich die 32 bit-Version?
(28.07.2009, 23:53)ThomasSc Wrote: (29.07.2009, 10:05)routeconverter Wrote: Und: was steht auf der Konsole? Da muß bei der 64 bit Version eine Fehlermeldung stehen.
Siehe Bild.
Ich meinte mit Konsole, wenn Du Windows-R, 'cmd' und dann 'java -jar RouteConverterPrereleaseSWT64.jar' tippst. Was steht dann da?
(28.07.2009, 23:53)ThomasSc Wrote: Es passiert gar nichts.
Hm. Das könnte viele Gründe haben. Ohne daß ich selber mit einem 64 bit Windows herumspiele komme ich da wohl nicht weiter.
Hallo Christian,
auf einem 64bit System sind auch 32bit Programme lauffähig.
Es war java 32bit installiert.
Jetzt habe ich jre-6u12-windows-x64-p.exe installiert.
Nun läuft die SWT64, aber die SWT32 verständlicherweise nicht mehr.
Ich muß jetzt mal schauen, ob die anderen Java-Programme noch laufen.
Die neuen Log´s im Anhang.
Konsole mit 64bit java:
D:\Download>java -jar RouteConverterPrereleaseSWT32.jar
NativeSwing: Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM
NativeSwing: at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
NativeSwing: at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
NativeSwing: at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
NativeSwing: at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
NativeSwing: at java.lang.Class.forName0(Native Method)
NativeSwing: at java.lang.Class.forName(Unknown Source)
NativeSwing: at org.eclipse.swt.graphics.Device.<clinit>(Unknown Source)
NativeSwing: at chrriis.dj.nativeswing.swtimpl.NativeInterface$OutProcess.runNativeSide(NativeInterface.java:796)
NativeSwing: at chrriis.dj.nativeswing.swtimpl.NativeInterface.main(NativeInterface.java:821)
Logging to C:\Users\Thomas\AppData\Local\Temp\RouteConverter.log
1248875361014 loadWebPage thread Thread[AWT-EventQueue-0,6,main]
D:\Download>java -jar RouteConverterPrereleaseSWT64.jar
Logging to C:\Users\Thomas\AppData\Local\Temp\RouteConverter.log
1248875288848 loadWebPage thread Thread[AWT-EventQueue-0,6,main]
1248875289199 locationChanging file://C:/Users/Thomas/AppData/Local/Temp/routeconverter/routeconverter.html thread Thread[AWT-EventQueue-0,6,main]
1248875289216 statusChanged Website gefunden. Warten auf Antwort... thread Thread[AWT-EventQueue-0,6,main]
1248875289218 loadingProgressChanged 0 thread Thread[AWT-EventQueue-0,6,main]
1248875289219 statusChanged Download beginnen von Site: file:///C:/Users/Thomas/AppData/Local/Temp/routeconverter/routeconverter.html thread Thread[AWT-EventQueue-0,6,main]
1248875289220 statusChanged Download von Site: file:///C:/Users/Thomas/AppData/Local/Temp/routeconverter/routeconverter.html thread Thread[AWT-EventQueue-0,6,main]
1248875289234 statusChanged thread Thread[AWT-EventQueue-0,6,main]
1248875289279 statusChanged Auf file:///C:/Users/Thomas/AppData/Local/Temp/routeconverter/routeconverter.html wird gewartet... thread Thread[AWT-EventQueue-0,6,main]
1248875289279 titleChanged routeconverter.html thread Thread[AWT-EventQueue-0,6,main]
1248875289420 statusChanged Fertig thread Thread[AWT-EventQueue-0,6,main]
1248875289420 loadingProgressChanged 100 thread Thread[AWT-EventQueue-0,6,main]
1248875289422 titleChanged C:\Users\Thomas\AppData\Local\Temp\routeconverter\routeconverter.html thread Thread[AWT-EventQueue-0,6,main]
1248875289430 locationChanged file://C:/Users/Thomas/AppData/Local/Temp/routeconverter/routeconverter.html thread Thread[AWT-EventQueue-0,6,main]
1248875289609 commandReceived [[getScriptResult]] thread Thread[AWT-EventQueue-0,6,main]
1248875289610 executing script 'return window.isCompatible && isCompatible();' with result 'true'
1248875289610 compatible, further initializing map
1248875289615 executing script 'setDragListenerPort(59575);'
1248875289616 executing script 'checkCallback();'
1248875289616 executing script 'resize(1169,1128);'
1248875289617 executing script 'setMapType("Mapnik");'
Gruß
Thomas