(08.06.2009, 07:49)routeconverter Wrote: That's 9.04?
I'd remove the link you've created since it is responsible for the Java Swing error when initializing the UI. And install the Sun JRE/JDK instead of OpenJDK.
Thanks for responding!
Yes, 9.0.4.
I did rm the link, and install the sun version of the jre/jdk. Now the GUI opens, and displays the route information, but there is an "unsatisfied link" error where the map should be, and I get the following in the terminal:
trinity@niobe:~$ java -version
java version "1.6.0_13"
Java SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot Client VM (build 11.3-b02, mixed mode, sharing)
trinity@niobe:~$ java -jar ./RouteConverter/RouteConverterLinux.jar
Logging to /tmp/RouteConverter.log
org.jdesktop.jdic.init.JdicInitException: java.lang.UnsatisfiedLinkError: /tmp/routeconverter/libjdic.so: libstdc++.so.5: cannot open shared object file: No such file or directory
at org.jdesktop.jdic.init.JdicManager.initBrowserNative(Unknown Source)
at org.jdesktop.jdic.browser.WebBrowser.<clinit>(Unknown Source)
at slash.navigation.converter.gui.mapview.JdicMapView.createWebBrowser(Unknown Source)
at slash.navigation.converter.gui.mapview.JdicMapView.initialize(Unknown Source)
at slash.navigation.converter.gui.mapview.JdicMapView.<init>(Unknown Source)
at slash.navigation.converter.gui.RouteConverter$3.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.UnsatisfiedLinkError: /tmp/routeconverter/libjdic.so: libstdc++.so.5: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1005)
at slash.navigation.util.Externalization.loadLibrary(Unknown Source)
at org.jdesktop.jdic.init.InitUtility.<clinit>(Unknown Source)
... 7 more
ETA: I checked my installed packages, seems I have libstdc++6 installed.
