java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl

Having trouble installing Oxygen? Got a bug to report? Post it all here.
ttasovac
Posts: 82
Joined: Fri Dec 19, 2003 6:02 pm

java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl

Post by ttasovac »

Hi,

I am getting this error:

Code: Select all

/Applications/Oxygen XML Editor/frameworks/tei/xml/tei/stylesheet/common/teianttasks.xml:388: java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl
when running an ODT transformation with the built-in TEI framework in oXygen 24.1 on the silicone Mac.

Please advise.

All best,
Toma
ttasovac
Posts: 82
Joined: Fri Dec 19, 2003 6:02 pm

Re: java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl

Post by ttasovac »

hm... the libraries section in the transformation scenario refers to:

Image

but there is no saxon or saxon9 jar in my installation.
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl

Post by Radu »

Hi Toma,

The "TEI P5 ODT" transformation scenario bundled with Oxygen 24.1 has this extra library reference in the LIbraries list:

Code: Select all

${oxygenHome}/lib/*saxon*10*.jar
That's because Oxygen 24.1 comes bundled with the Saxon 10 XSLT processor.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
ttasovac
Posts: 82
Joined: Fri Dec 19, 2003 6:02 pm

Re: java.lang.ClassNotFoundException: net.sf.saxon.TransformerFactoryImpl

Post by ttasovac »

Thanks, Radu, that was it. This was an older transformation scenario, so adding the ref to Saxon 10 fixed it.

All best,
Toma
Post Reply