SOLVED: help needed to start java/eclipse app on F17

2013-02-18 Thread M. Fioretti
On Sat, Feb 09, 2013 12:23:30 PM +0100, Marco Fioretti wrote: > Greetings, > > I am trying to start Xowa (http://sourceforge.net/projects/xowa/ ) on > a fc17, x86_64 box > > when I launch it as explained in the readme file, I get the error > below, even if I have Java and eclipse-swt installed:

Re: help needed to start java/eclipse app on F17

2013-02-09 Thread Markus Schönhaber
09.02.2013 12:23, M. Fioretti: > I am trying to start Xowa (http://sourceforge.net/projects/xowa/ ) on > a fc17, x86_64 box > > when I launch it as explained in the readme file, I get the error > below, even if I have Java and eclipse-swt installed: > > test #> rpm -qa | egrep -i 'java|eclipse'

Re: help needed to start java/eclipse app on F17

2013-02-09 Thread Clemens Eisserer
Hi, > Exception in thread "main" java.lang.NoClassDefFoundError: > org/eclipse/swt/graphics/Device > at gplx.gfui.Gfui_kit_.key_(Unknown Source) > at gplx.xowa.Xoa_gui_mgr.Invk(Unknown Source) After I also wasn't able to get it into working state, I had a quick look at the intern

help needed to start java/eclipse app on F17

2013-02-09 Thread M. Fioretti
Greetings, I am trying to start Xowa (http://sourceforge.net/projects/xowa/ ) on a fc17, x86_64 box when I launch it as explained in the readme file, I get the error below, even if I have Java and eclipse-swt installed: test #> rpm -qa | egrep -i 'java|eclipse' eclipse-swt-4.2.1-2.fc17.x86_64 ja