KNIME Launches from Eclipse but the Project Nodes Can't be Seen

Hi, I am working on an existing project with a number of nodes written in Java. I have done the necessary set up to launch KNIME from Eclipse, and while I have been able to successfully launch Eclipse, the project nodes do not show up.

I am a complete beginner to Eclipse+KNIME so any help would be really appreciated!

Hi @the_descension,

did you add your node factory class(es) to your project’s plugin.xml? We have an example xml file here: knime-examples/org.knime.examples.numberformatter/plugin.xml at master · knime/knime-examples · GitHub

Best,
Manuel

3 Likes

Thanks for the response! Turns out that is what I was missing. It’s all in order now.

1 Like

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