|
Hi,
On Wed, 31 Jan 2007, Alejo wrote:
> I have installed Ortview plugin, but when I try to run it an error message
> shows up:
>
> "Plugin or class not found: "Mednuc.Ortview_"
> (java_lang_NoClassDefFoundError: Mednuc/OrtView_ (wrong name:
> OrtView_))"
That's a problem with the package name. The class file is searched in
package Mednuc, but it really is not in any package.
Probably you just renamed OrtView_classes.zip to OrtView_classes.jar, and
did not unpack as instructed?
The thing is this: inside a jar, the directory structure _must_ reflect
the package structure. And in the zip, OrtView_.class is in the directory
Mednuc, while the source does not say explicitely that it is in package
Mednuc.
So, to fix the problem, just unpack the zip into your plugins directory.
Hth,
Dscho
|