Hallo Benedikt,

> 14:46:42,671 ERROR [[/JSPWiki]] Exception starting filter WikiJSPFilter
> java.lang.NoClassDefFoundError: org/MYPACKAGE/myclass
>     at java.lang.Class.forName0(Native Method)
>     at java.lang.Class.forName(Unknown Source)

just a guess: org/MYPACKAGE/myclass looks odd to me. Package names
usually are org.MYPACKAGE.myclass .
Maybe you've unpacked the jar file on computer 1, so this reference
can be found there (because the package hierarchy corresponds to the
directory structure)? If it's only packed in a jar on computer 2,
myclass can't be found via this notation then.

Regards
 Florian

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to