org.knime.ext.textprocessing is not found

Hi,

I've just installed the KNIME SDK and added the text processing packages but when I try to create a new class using the interface org.knime.ext.textprocessing.* nothing is found.

What do I have to do to make my project aware of all newly installed packages?

Thanks and regards

Klaus-Peter

You have to declare a dependency to org.knime.ext.texprocessing in your plug-in.

Thanks,

I thought, there would be a general method which would include all installed KNIME extensions.

Regards

Klaus-Peter

No, you always have to declare explicit dependencies in your plug-ins.