help please: Problem to run the JWSDP sample code.

I got the following errors when I try to run the example GenDetached.java came with the SUN WEB Service Development kit.

Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/org/apache/xml/security/c14n/InvalidCanonicalizerException

at org.jcp.xml.dsig.internal.dom.DOMDSigManager.getAlgorithmMethod(DOMDSigManager. java:52)

at org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.newAlgorithmMethod(DOMXMLS ignatureFactory.java:168)

at org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.newCanonicalizationMethod( DOMXMLSignatureFactory.java:153)

at GenDetached.main(GenDetached.java:84)

I am new to JAVA. Can anyone tell me which jar file I might be missing? Compile didn't give me any error. I am using J2SE 1.5.

[783 byte] By [xml_toolkit] at [2008-1-27]
# 1
I am confronted with the same problem. Is there some solution or any help available?
desperate@need at 2007-7-3 > top of java,Archived Forums,Sun ONE Web Services Platform Developer Edition...
# 2
try to add xws-security_jaxrpc.jar at \jwsdp-1.5\xws-security\lib\ directory to you classpath
shyviper at 2007-7-3 > top of java,Archived Forums,Sun ONE Web Services Platform Developer Edition...
# 3
Thank you very much for the help. Unfortunately this led to:java.lang.NoClassDefFoundErrorat org.jcp.xml.dsig.internal.dom.DOMXMLSignatureFactory.newXMLSignature(DOMXMLSign atureFactory.java:42)
desperate@need at 2007-7-3 > top of java,Archived Forums,Sun ONE Web Services Platform Developer Edition...
# 4
I found out myself.xalan.jar and xercesImpl.jar in lib/endorsed of the used jre were wrong/to old.
desperate@need at 2007-7-3 > top of java,Archived Forums,Sun ONE Web Services Platform Developer Edition...