"MOZILLA_FIVE_HOME not set" Zekr Qur'an study software java error

Solution 1:

This just work for me:

sudo apt-get install libwebkitgtk-1.0-0

The original topic: Open eclipse juno with error “No more handles …” in Ubuntu 12.04

Solution 2:

Open a terminal and use this command:

sudo apt-get update
sudo apt-get install tcsh

and run tcsh command in the terminal and the two command to set the environmental variable

tcsh
setenv MOZILLA_FIVE_HOME /usr/lib/mozilla
setenv LD_LIBRARY_PATH ${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH}

Now, try to execute the application again. It should be launched without errors.

(Source)