Getting Exception While Upgrading to KNIME 3.7.0

I am updating KNIME to 3.7.0 and after that when I am adding my plugin and building it I am getting an exception The type org.dmg.pmml.DerivedFieldDocument$DerivedField cannot be resolved. It is indirectly referenced from required .class files

while the required jars I have added in build path org.knime.core, org.knime.pmml

can anyone help me to resolve this issue?

Hi @njain,

This error indicates that your dependencies might not be setup correctly, did you add org.knime.pmml and org.knime.core via the required Plug-in menu in the plugin-xml editor?

best,
Gabriel

1 Like