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.

