(10 Feb 2015, 7:52)Ketschak Wrote: Obviously this is not a problem of the Dashboard but of your Java setup.
The Dashboard is working with Java 1.7 as well as with Java 1.8.
You probably will have the same problem with every other self-executing jar archive.
Please try the following: Call from the Dashbaord.app folder (e.g. C:\Murlengine\Dashboard.app>
"%JAVA_HOME%\bin\java.exe" -jar dashboard.jar
This should work.
To permanently fix the problem please uninstall all of your Java JDKs and reinstall with the installer from Oracle.
Please let us know if that fixed your problem.
Thanks and br,
Ketschak
Thank you Ketschak. I'll re-install all the JDKs though I did install them with Oracle's installer. I'll let you know if that fixes the problem. When I entered your suggestion above I got the following:
Unable to load swt jar file. File "C:/MURL%20Engine/Dashboard.app/lib/swt_win32_
x64.jar" not found!
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/event
s/SelectionAdapter
at murl.Dashboard.start(Dashboard.java:105)
at murl.Dashboard.main(Dashboard.java:89)
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.events.SelectionAda
pter
at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 2 more
But the swt_win32_x64.jar it says is missing IS there. I'll also re-install the Murl Engine after the JDKs to see if that helps. Thank you again for your patience and prompt assistance.
Devbyskc