Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cosmos-dev] Dependency issue?

Hi, I’m trying to start the i7 DC from eclipse using source I got from http://download.eclipse.org/technology/cosmos/1.0.0/i7/cosmos_dc_i7.psf

I’m using JRE 1.5.0_11, but when I start OSGi I get

IncompatibleClassChangeError

at org.apache.xml.serialize.BaseMarkupSerializer.serializeNode(Unknown Source)

      at org.apache.xml.serialize.BaseMarkupSerializer.serialize(Unknown Source)

 

Is there a dependency on a specific JRE of 1.5 (Using SUN), or the bundle version where this xml method came from?

 

- John

 


Back to the top