Hi,

this is not the problem.
I just changed the name of the package and class in the stacktrace snippet.

In reality this class is named: "RemoteObject".

But thanks for your try
Benedikt

Florian Holeczek schrieb:
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

Reply via email to