Salaam,
I downloaded Zekr from SourceForge.I compiled via : "ant compile", It compiled successfully.
When I run it, I get the following messages:
####################################################
org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
at org.eclipse.swt.SWT.error(Unknown Source)
at org.eclipse.swt.browser.Mozilla.initMozilla(Unknown Source)
at org.eclipse.swt.browser.Mozilla.create(Unknown Source)
at org.eclipse.swt.browser.Browser.<init>(Unknown Source)
at net.sf.zekr.ui.QuranForm.makeFrame(QuranForm.java:628)
at net.sf.zekr.ui.QuranForm.init(QuranForm.java:340)
at net.sf.zekr.ui.QuranForm.<init>(QuranForm.java:319)
at net.sf.zekr.ZekrMain.startZekr(ZekrMain.java:51)
at net.sf.zekr.ZekrMain.main(ZekrMain.java:94)
##########################################################
After googling, I found the following answer:
You have to install 'libwebkitgtk-1.0-0', The given package is very old, I found new version and install it: 'libwebkit2gtk-4.0-37'
But I get the above error.
How can I solve it?