Hi Jim, > NoClassDefFoundError: org/scijava/command/Command
This error means you are missing the plugin's JAR dependencies, in this case scijava-common.jar. if you use Fiji (https://fiji.sc), these JARs will be already present. Regards, Curtis On Fri, Mar 15, 2024, 14:56 Jim Quinn <[email protected]> wrote: > Thank you in advance - > > While trying to install then run the Pendant plugin, I get: > using ImageJ 1.46r > Plugin or class not found: "Goutte_pendante" > (java.lang.NoClassDefFoundError: org/scijava/command/Command) > > using ImageJ 1.53a > Class not found while attempting to run "Goutte_pendante" > java.lang.NoClassDefFoundError: org/scijava/command/Command > > I have tried and get the same error using: > pendant_drop-2-0-5.jar > pendant_drop-2-0-4.jar > pendane_drop-2-0-0.jar > > All each case have either a single "pendate_drop-X-Y-X.jar" file > or unJARred subfolder in the respective "plugins" folder: > > C:\imageJ-for-contact-angle\ImageJ\plugins > or > C:\imageJ\plugins > > Here are the typical files in the jar or unJARred subfolder: > > d----- article > d----- META-INF > 1545 About_Pendant_Drop$1.class > 1548 About_Pendant_Drop$2.class > 11888 About_Pendant_Drop.class > 942 Goutte_pendante$1.class > 2758 Goutte_pendante$Contour.class > 3566 Goutte_pendante$ContourProperties.class > 2571 Goutte_pendante$DContour.class > 1302 Goutte_pendante$Polynome.class > 1219 Goutte_pendante$SHAPE_PARAM.class > 34019 Goutte_pendante.class > 792986 Goutte_pendante.pdf > 276 plugins.config > 115408 water_dsc1884.tif > > Any assistance is greatly appreciated. > > thanks and kind regards, > - Jim > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html > -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html
