TheRealCDay / raptor-chess-interface

Automatically exported from code.google.com/p/raptor-chess-interface
0 stars 0 forks source link

java.lang.ClassNotFoundException due to eclipse swt widgets class in Linux Mint #705

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Install the deb package mentioned in the download site
2. Run raptorchess

What is the expected output? What do you see instead?
Program Runs Fine .

What version of the product are you using? On what operating system and
what environment?
raptor-0.98u3f5FIXED.deb . Linux Mint 12 Lisa

Please provide any additional information below.
Error Log
thegladiator@thegladiator ~ $ raptorchess 
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/eclipse/swt/widgets/Layout
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Layout
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: raptor.updater.UpdateManager. Program will exit.

Original issue reported on code.google.com by nishant....@gmail.com on 6 Apr 2013 at 1:43

GoogleCodeExporter commented 9 years ago
openjdk-6-jre was missing in my Mint box . Installed the same and now its 
working fine .

Original comment by nishant....@gmail.com on 6 Apr 2013 at 1:56

GoogleCodeExporter commented 9 years ago

Original comment by evil...@gmail.com on 31 Oct 2014 at 9:30