NumberFormatter example

I’m getting this error when I got to load the newly made plugin following the developers guide. I’ve tried both option 1 and option 2. Running within eclipse works.


*** Welcome to KNIME Analytics Platform v4.3.2.v202103051236 ***
*** Copyright by KNIME AG, Zurich, Switzerland ***


Log file is located at: /Users/ericchamberlain/knime-workspace/.metadata/knime/knime.log
ERROR RepositoryManager Node ‘org.knime.examples.numberformatter.NumberFormatterNodeFactory’ from plugin ‘org.knime.examples.numberformatter’ could not be created. The corresponding plugin bundle could not be activated!

I forgot to mention that the code came from the eclipse wizard, but I also copied, pasted the nodefactory.java file from the github. The only warning in eclipse is about the MANIFEST.MF file.

Solved. Reading the log file gave me a better error message. Java compiler compliance level needed set back to the knime jre level, 1.8, as well as the class buildpath version.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.