Hi, When I build mozilla and try to view pages with java, I get the message "INTERNAL ERROR on Browser End: Could not open display!". The error message appears to be coming from the java plugin (Blackdown 1.3.0). This occurs consistently with most builds that I have tried. Most recently with 0.9.6. I am running RedHat Linux 7.1 x86. Is this a problem with my configuration? My .mozconfig is below.
Many Thanks, Alex --------------------------- [alexm@linuxdev mozilla]$ ./mozilla before calling the services NS_ProcessTimeouts() lives! INTERNAL ERROR on Browser End: Could not open display! System error?:: No such file or directory ---------------------------- .mozconfig ------------ # sh # Build configuration script # # See http://www.mozilla.org/build/unix.html for build instructions. # # Options for 'configure' (same as command-line options). ac_add_options --enable-default-toolkit=xlib ac_add_options --enable-toolkit-xlib ac_add_options --disable-mailnews ac_add_options --disable-ldap ac_add_options --disable-xprint ac_add_options --disable-jsd ac_add_options --disable-bidi ac_add_options --disable-accessibility ac_add_options --disable-debug ac_add_options --enable-optimize=-O2 ac_add_options --disable-dtd-debug ac_add_options --disable-double-buffer ac_add_options --enable-strip ac_add_options --with-default-mozilla-five-home=/usr/mozilla
