Given "com/ecyrd/jspwiki/plugin/WikiPlugin", it can't work with current JSPWiki versions. These days, the corresponding class would be org.apache.wiki.api.plugin.WikiPlugin. So you'd have to modify the source code to use the org.apache.wiki package and classes rather than com.ecyrd.jspwiki. I don't know if merely changing class and package names will do, or if the API has changed in other ways as well.
On Wed, Sep 8, 2021 at 3:26 AM Gary Kephart <gary_keph...@pobox.com> wrote: > Is ImageMapPlus working for this version of JSPWiki? I followed the > directions here: https://www.ecyrd.com/JSPWiki/wiki/ImageMapPlus but got > the following error. > > Thanks, > Gary > > > JSPWiki has detected an error > > Error Message > Failed to link org/nascif/jspwiki/plugin/imagemapplus/ImageMapPlus > (Module "deployment.ewot-2.11.0.M6.local.war" from Service Module > Loader): com/ecyrd/jspwiki/plugin/WikiPlugin > Exception > java.lang.NoClassDefFoundError > Place where detected > native methodjava.lang.ClassLoader.defineClass1(), line -2 > > If you have changed the templates, please do check them. This error > message may show up because of that. If you have not changed them, and > you are either installing JSPWiki for the first time or have changed > configuration, then you might want to check your configuration files. If > you are absolutely sure that JSPWiki was running quite okay or you can't > figure out what is going on, then by all means, come over to > jspwiki.apache.org <http://jspwiki.apache.org/> and tell us. There is > more information in the log file (like the full stack trace, which you > should add to any error report). > > And don't worry - it's just a computer program. Nothing really serious > is probably going on: at worst you can lose a few nights sleep. It's not > like it's the end of the world. > > -- > Gary Kephart > Facebook: gary.kephart > Twitter: @garykephart > > "The penalty that good men pay for not being interested in politics is to > be governed by lesser men." -- Plato. > >