|
Larry
|
|
Post:
Nov 22nd 2010 at 4:05 AM |
|
|
I had 'Tuxguitar' working fine on my system, but now when I try to run it I get the following errors:
Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Control
at org.herac.tuxguitar.gui.TGMain.main(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Control
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
... 1 more
I'm guessing I re-installed Java at some point and it isn't loading tuxguitar anymore. I'm not big on java. Can anyone tell me what's wrong here? I've tried removing and re-installing tuxguitar, but it still doesn't run.
|
|