Login  Register

Re: How to modify the class file in ij.jar

Posted by dscho on Apr 10, 2008; 11:07am
URL: http://imagej.273.s1.nabble.com/How-to-modify-the-class-file-in-ij-jar-tp3696610p3696611.html

Hi,

On Wed, 9 Apr 2008, jiajian shen wrote:

> Plugin or class not found: "ZProjector_Shen"
> (java.lang.NoClassDefFoundError: ZProjector_Shen (wrong name:
> ij/plugin/ZProjector_Shen))

This means that you forgot to remove the "package ij.plugin;" statement
from your source.

Hth,
Dscho