This is the mail archive of the
eclipse@sources.redhat.com
mailing list for the gcj-compiled eclipse project.
Re: Problems running eclipse snapshot
- From: Tom Tromey <tromey at redhat dot com>
- To: Oded Arbel <oded at m-wise dot com>
- Cc: eclipse at sources dot redhat dot com
- Date: 14 Aug 2003 11:34:20 -0600
- Subject: Re: Problems running eclipse snapshot
- References: <200308101342.14092.oded@m-wise.com>
- Reply-to: tromey at redhat dot com
>>>>> "Oded" == Oded Arbel <oded@m-wise.com> writes:
Oded> I've downloaded the snapshot from
Oded> http://people.redhat.com/~jhealy/eclipse/ and installed it as
Oded> well as gcj-ssa and oprofile. I'm running Mandrake 9 and has
Oded> their libgcj4 package already installed.
Do you mean you're using the Mandrake libgcj4 and not the libgcj that
comes with gcc-ssa? If so, that won't work.
If not, and you have both installed, maybe you're running into some
other problem. It is hard to say for sure. You could try
uninstalling libgcj4 to see if that helps (longshot).
Oded> - I can't create a java project, nor add a JRE to the java->installed JREs
Oded> sheet in properties: every time I try I get this error - "provider
Oded> org.apache.xerces.jaxp.DocumentBuilderFactoryImpl not found".
I haven't seen this one before, that I can remember anyway.
Tom