LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem with eclipse (https://www.linuxquestions.org/questions/linux-software-2/problem-with-eclipse-881680/)

hackum 05-19-2011 05:15 PM

Problem with eclipse
 
Hello LinuxQuestions!

I'm having trouble with Eclipse. What is going on, is that after installing the plugin Color Theme, I will change the color Window > Preferences. The following error appears:

Unhandled event loop exception
No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]

How to fix?

Thanks!

EricTRA 05-21-2011 01:52 AM

Hello,

Have you set that variable to the Mozilla executable? If you executable is in /usr/local you need to do this before starting Eclipse:
Code:

export MOZILLA_FIVE_HOME=/usr/local/mozilla
Then try again.

Kind regards,

Eric


All times are GMT -5. The time now is 05:56 PM.