chris Dark Lord of the Sith

Joined: 10 May 2003 Posts: 6267 Location: Outer Space
|
Posted: Sat Mar 11, 2006 4:56 pm Post subject: Unknown Mozilla path (MOZILLA_FIVE_HOME not set) |
|
|
|
Problem: While running BIRT in eclipse, you get:
| Code: |
Unhandled event loop exception
Reason:
No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
|
Solution: Before you start eclipse, you must set the MOZILLA_FIVE_HOME environment variable to the directory of the Mozilla executable:
| Code: |
export MOZILLA_FIVE_HOME=/opt/mozilla
|
_________________ Regards
Chris Karakas
www.karakas-online.de |
|