It seems to be an swt package problem. "java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Control" Is because java classloader don't found swt classes ( swt.jar ) at classpath
Take a look to: /usr/share/java/swt.jar ( or /usr/lib/java/swt.jar under ubuntu ) and make sure this is not a "broken" link if it's pointing to another link, so make sure the other isn't also broken. Cheers, Julian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

