Page 1 of 1

salan extensions

Posted: Thu Aug 25, 2005 1:16 pm
by eHannes
Hi,

I'm trying to get a xalan extension working but i keep getting the following error:
"F java.lang.NoSuchMethodException: For extension function, could not find method org.apache.xpath.objects.XNodeSet.toHex([ExpressionContext,] )"

I have put the following line in the inifile (under [Java Runtime Enverionment]:
com.oxygenxml.additional.classpath=D:\JavaLibrary\extensibilityTest\dist\extensibilityTest.jar
and i have renamed the xalan25.jar.ext to xalan25.jar

am i missing something?

Thanks, Hans

Posted: Thu Aug 25, 2005 3:53 pm
by sorin_ristache
Hello,

Add to Virtual Machine Parameters line

Code: Select all

-Dcom.oxygenxml.additional.classpath=D:\JavaLibrary\extensibilityTest\dist\extensibilityTest.jar
Best Regards,
Sorin

Posted: Thu Aug 25, 2005 4:45 pm
by eHannes
sorin wrote:
Add to Virtual Machine Parameters line

Code: Select all

-Dcom.oxygenxml.additional.classpath=D:\JavaLibrary\extensibilityTest\dist\extensibilityTest.jar
Thank you Sorin, it worked