Great this discussion exists as the docs are still lacking… please update the documentation.
There should be some place where full instructions on how do develop a new node are placed. Right now getting started on developing a new node is painful.
Also, this is what I did, which allows me to access the New Node Wizard from KNIME (run by Eclipse). I don’t even know if it’s the right way to run it.
–––––––––
By digging a little around I found that the .target definition must be changed for the “New Node Wizard” to appear when launching the KNIME workbench (using Eclipse). You need to:
- Click the edit button
- Click KNIME Node Wizard
- Click Finish (which will close the window)
- Click "Reload Target Platform”
- Then launch KNIME using that is stated in the SDK Setup link (Second link): “Right click on the file
KNIME Analytics Platform.launch
and selectRun As → KNIME Analytics Platform
.”