Using Eclipse Indigo and Birt downloaded from the default update site on Ubuntu 11.10 and Oracle Java 7.
Whenever I try to view a report, even empty with only static text in it, eclipse crashes with the next being written to stdout.
** (Eclipse:23704): DEBUG: NP_Initialize
** (Eclipse:23704): DEBUG: NP_Initialize succeeded
No bp log location saved, using default.
[000:000] Browser XEmbed support present: 1
[000:001] Browser toolkit is Gtk2.
[000:001] Using Gtk2 toolkit
[000:001] Warning(optionsfile.cc:23): Load: Could not open file, err=2
[000:001] No bp log location saved, using default.
[000:001] Browser XEmbed support present: 1
[000:001] Browser toolkit is Gtk2.
[000:001] Using Gtk2 toolkit
** (Eclipse:23704): DEBUG: NP_Initialize
** (Eclipse:23704): DEBUG: NP_Initialize succeeded
** (Eclipse:23704): DEBUG: NP_Initialize
** (Eclipse:23704): DEBUG: NP_Initialize succeeded
** (Eclipse:23704): DEBUG: NP_Initialize
** (Eclipse:23704): DEBUG: NP_Initialize succeeded
Segmentation fault
If I run it with the following command
./eclipse -vmargs -Dorg.eclipse.swt.browser.DefaultType = mozilla
then eclipse is no longer crashing, but the result is displayed in an external Firefox browser.
My questions
- Is it possible to get eclipse / ubuntu / birt to work together happily without passing additional parameters?
- If I pass additional parameters, is this the behavior that I see correctly?
Thanks in advance
Dave
Daveh