I’m completely new to Eclipse and Knime and I’m trying to follow the instructions for setting up an Eclipse target platform for Knime. I’ve done all the downloads I can find and haven’t had any luck. I’m getting an error message indicating that some dependencies cannot be resolved. See screen shot:
Hi @mdenzien,
You can edit the target definition and remove the KNIME Build System, you don’t need it when developing KNIME nodes. To do this just double-click on the update site and scroll down to the KNIME Node Development Tools group, make sure all check-boxes, but the KNIME Testing Framework one, are unchecked.
Also did you have a look at our SDK Setup Guide yet?
best,
Gabriel
The SDK Setup Guide did the trick, and I now have Knime running in debug mode. Thanks again.
One small thing about the setup guide: When I went to install the Eclipse Plug-in Development Environment, the name on the repository was “Eclipse Plugin Development Tools” rather than “Eclipse Plug-in Development Environment”. Though this caused only momentary confusion, might it warrant a correction to the setup guide?
A follow-up question: When I get to creating my own nodes, does it make sense to use the New Node Wizard? If so, how might I install it into Eclipse? (It doesn’t seem to be there at the moment.) Or, is there another simple way other than building up all the classes from scratch?