![]() |
Startup problems - Printable Version +- RouteConverter Forum (https://forum.routeconverter.com) +-- Forum: Users (https://forum.routeconverter.com/forum-17.html) +--- Forum: English: Discussions (https://forum.routeconverter.com/forum-12.html) +--- Thread: Startup problems (/thread-189.html) |
Startup problems - gerard - 11.08.2008 Hi I can't get the app started, I start it using knoppix@box:~/Desktop$ /home/knoppix/progs/java/jdk1.6.0_05/bin/java -jar RouteConverter.jar Is there any thing obvious I missed? Thanks These are the messages I get, knoppix@box:~/Desktop$ /home/knoppix/progs/java/jdk1.6.0_05/bin/java -jar RouteConverter.jar 11-aug-2008 16:22:45 slash.navigation.converter.gui.RouteConverter run INFO: Started RouteConverter 1.19 van 06/28/08 on Linux 2.4.22-xfs i386 with Java 1.6.0_05 11-aug-2008 16:22:46 slash.navigation.converter.gui.RouteConverter openFiles WARNING: does not exist or is not a file Cannot load native library 'jdic': Native library libjdic.so not in class path org.jdesktop.jdic.init.JdicInitException: java.lang.UnsatisfiedLinkError: org.jdesktop.jdic.init.InitUtility.getEnv(Ljava/lang/String;)Ljava/lang/String; at org.jdesktop.jdic.init.JdicManager.initBrowserNative(Unknown Source) at org.jdesktop.jdic.browser.WebBrowser.<clinit>(Unknown Source) at slash.navigation.converter.gui.mapview.MapView.createWebBrowser(Unknown Source) at slash.navigation.converter.gui.mapview.MapView.initialize(Unknown Source) at slash.navigation.converter.gui.mapview.MapView.<init>(Unknown Source) at slash.navigation.converter.gui.RouteConverter$43.run(Unknown Source) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.UnsatisfiedLinkError: org.jdesktop.jdic.init.InitUtility.getEnv(Ljava/lang/String;)Ljava/lang/String; at org.jdesktop.jdic.init.InitUtility.getEnv(Native Method) at org.jdesktop.jdic.init.InitUtility.preAppendEnv(Unknown Source) ... 7 more 11-aug-2008 16:22:47 slash.navigation.converter.gui.mapview.MapView processThrowable SEVERE: Cannot create WebBrowser: no jdic in java.library.path java.lang.UnsatisfiedLinkError: no jdic in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682) at java.lang.Runtime.loadLibrary0(Runtime.java:823) at java.lang.System.loadLibrary(System.java:1030) at org.jdesktop.jdic.browser.WebBrowser$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at org.jdesktop.jdic.browser.WebBrowser.<clinit>(Unknown Source) at slash.navigation.converter.gui.mapview.MapView.createWebBrowser(Unknown Source) at slash.navigation.converter.gui.mapview.MapView.initialize(Unknown Source) at slash.navigation.converter.gui.mapview.MapView.<init>(Unknown Source) at slash.navigation.converter.gui.RouteConverter$43.run(Unknown Source) at java.lang.Thread.run(Thread.java:619) 11-aug-2008 16:22:48 slash.navigation.gui.BaseNavigationGUI openFrame INFO: screen size is java.awt.Dimension[width=1280,height=1024] 11-aug-2008 16:22:48 slash.navigation.gui.BaseNavigationGUI crop INFO: Cropping value -1 for preferenceWidth to [0;2147483647] gives -1 11-aug-2008 16:22:48 slash.navigation.gui.BaseNavigationGUI crop INFO: Cropping value -1 for width to [-4;1288] gives -1 11-aug-2008 16:22:48 slash.navigation.gui.BaseNavigationGUI crop INFO: Cropping value -1 for preferencesHeight to [0;2147483647] gives -1 11-aug-2008 16:22:48 slash.navigation.gui.BaseNavigationGUI crop INFO: Cropping value -1 for height to [-4;1032] gives -1 11-aug-2008 16:22:48 slash.navigation.gui.BaseNavigationGUI openFrame INFO: frame size is java.awt.Dimension[width=890,height=610] 11-aug-2008 16:22:48 slash.navigation.gui.BaseNavigationGUI crop INFO: Cropping value -1 for x to [-4;1289] gives -1 11-aug-2008 16:22:48 slash.navigation.gui.BaseNavigationGUI crop INFO: Cropping value -1 for y to [-4;1033] gives -1 11-aug-2008 16:22:48 slash.navigation.gui.BaseNavigationGUI openFrame INFO: frame location is java.awt.Point[x=195,y=207] 11-aug-2008 16:25:59 slash.navigation.gui.BaseNavigationGUI closeFrame INFO: Storing frame location as java.awt.Point[x=165,y=81] 11-aug-2008 16:25:59 slash.navigation.gui.BaseNavigationGUI closeFrame INFO: Storing frame size as java.awt.Dimension[width=887,height=613] 11-aug-2008 16:25:59 slash.navigation.converter.gui.RouteConverter onExit INFO: Exited RouteConverter 1.19 van 06/28/08 on Linux 2.4.22-xfs i386 with Java 1.6.0_05 RE: Startup problems - routeconverter - 12.08.2008 gerard Wrote:Is there any thing obvious I missed? RouteConverter depends on the JDIC library. Please find some descriptions here in the forum how to get it running under various Linux distros. |