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 internals.

The application expects the swt library to be placed in
bin/linux/swt/swt.jar and does hardcode the classpath, so that manual
adaptions are not possible. Its nowhere written in the readme, I had
to dig into the jar file manifest.

Once you are past that issue, it will complain about swt-xulrunner missing.

Actually it seems the author basically does not handle any
dependencies related to linux.
However by hardcoding the classpath, the developer even makes it
impossible for users to point xowa to the right files by hand.

If you have time, please file a bug-report about this at xowa.

Regards, Clemens
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to