On Wednesday, 11/20/2002 at 11:26ZE5B, "Venugopal.V.V" <[EMAIL PROTECTED]> wrote: > I tried executing the command > java org.apache.xerces.framework.Version, > but that gives me the following error.. > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/xerces/frameWork/Version
Java package names are case sensitive. Judging from the error text, you typed the W as uppercase. Don't. ______________________________________ Joe Kesselman / IBM Research --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
