KNIME SDK on Mac

So I downloaded the lastest version of the KNIME SDK 2.11.0 for Mac OS X (I have version 10.10.1) and followed the instructions exactly as they are written on http://tech.knime.org/new-node-wizard and the project has 134 errors with none of the types being able to be found or used. As visible in the screen shot the only items inside the node project (tipl-demo) are src, JRE System Library, build.properties, and plugin.xml while the tutorial says "Plugin Dependencies" should be there as well. 

Should some dependencies or other libraries be present? How come they are not added by my setup automatically? I also tried an existing project (knip at https://github.com/knime-ip/knip) and this does not compile either. 

 

Thanks,

Kevin

 

 

Description    Resource    Path    Location    Type
assert cannot be resolved to a type    TIPLPlugNodeView.java    /tipl-demo/src/tipl/knime    line 35    Java Problem
BufferedDataContainer cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 92    Java Problem
BufferedDataTable cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 71    Java Problem
BufferedDataTable cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 71    Java Problem
BufferedDataTable cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 112    Java Problem
BufferedDataTable cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 113    Java Problem
Bundle 'org.eclipse.core.runtime' cannot be resolved    MANIFEST.MF    /org.knime.knip.base/META-INF    line 10    Plug-in Problem
Bundle 'org.eclipse.core.runtime' cannot be resolved    MANIFEST.MF    /tipl-demo/META-INF    line 9    Plug-in Problem
Bundle 'org.eclipse.ui' cannot be resolved    MANIFEST.MF    /org.knime.knip.base/META-INF    line 11    Plug-in Problem
Bundle 'org.knime.base' cannot be resolved    MANIFEST.MF    /org.knime.knip.base/META-INF    line 8    Plug-in Problem
Bundle 'org.knime.base' cannot be resolved    MANIFEST.MF    /tipl-demo/META-INF    line 12    Plug-in Problem
Bundle 'org.knime.workbench.core' cannot be resolved    MANIFEST.MF    /tipl-demo/META-INF    line 10    Plug-in Problem
Bundle 'org.knime.workbench.repository' cannot be resolved    MANIFEST.MF    /org.knime.knip.base/META-INF    line 9    Plug-in Problem
Bundle 'org.knime.workbench.repository' cannot be resolved    MANIFEST.MF    /tipl-demo/META-INF    line 11    Plug-in Problem
BundleContext cannot be resolved to a type    TIPLPlugNodePlugin.java    /tipl-demo/src/tipl/knime    line 38    Java Problem
BundleContext cannot be resolved to a type    TIPLPlugNodePlugin.java    /tipl-demo/src/tipl/knime    line 50    Java Problem
CanceledExecutionException cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 191    Java Problem
CanceledExecutionException cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 208    Java Problem
DataCell cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 98    Java Problem
DataCell cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 98    Java Problem
DataColumnSpec cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 80    Java Problem
DataColumnSpec cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 80    Java Problem
DataColumnSpecCreator cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 82    Java Problem
DataColumnSpecCreator cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 82    Java Problem
DataColumnSpecCreator cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 84    Java Problem
DataColumnSpecCreator cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 84    Java Problem
DataColumnSpecCreator cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 86    Java Problem
DataColumnSpecCreator cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 86    Java Problem
DataRow cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 102    Java Problem
DataTableSpec cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 87    Java Problem
DataTableSpec cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 87    Java Problem
DataTableSpec cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 130    Java Problem
DataTableSpec cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 130    Java Problem
DataTableSpec cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 139    Java Problem
DefaultNodeSettingsPane cannot be resolved to a type    TIPLPlugNodeDialog.java    /tipl-demo/src/tipl/knime    line 18    Java Problem
DefaultRow cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 102    Java Problem
DialogComponentNumber cannot be resolved to a type    TIPLPlugNodeDialog.java    /tipl-demo/src/tipl/knime    line 28    Java Problem
DoubleCell cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 100    Java Problem
DoubleCell cannot be resolved to a variable    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 84    Java Problem
Duplicate local variable nodeModel    TIPLPlugNodeView.java    /tipl-demo/src/tipl/knime    line 35    Java Problem
ExecutionContext cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 72    Java Problem
ExecutionMonitor cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 190    Java Problem
ExecutionMonitor cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 207    Java Problem
IntCell cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 101    Java Problem
IntCell cannot be resolved to a variable    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 86    Java Problem
InvalidSettingsException cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 131    Java Problem
InvalidSettingsException cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 159    Java Problem
InvalidSettingsException cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 174    Java Problem
NodeDialogPane cannot be resolved to a type    TIPLPlugNodeFactory.java    /tipl-demo/src/tipl/knime    line 53    Java Problem
NodeFactory cannot be resolved to a type    TIPLPlugNodeFactory.java    /tipl-demo/src/tipl/knime    line 14    Java Problem
NodeLogger cannot be resolved    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 38    Java Problem
NodeLogger cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 38    Java Problem
NodeLogger cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 75    Java Problem
NodeModel cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 35    Java Problem
NodeSettingsRO cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 158    Java Problem
NodeSettingsRO cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 173    Java Problem
NodeSettingsWO cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 146    Java Problem
NodeView cannot be resolved to a type    TIPLPlugNodeFactory.java    /tipl-demo/src/tipl/knime    line 36    Java Problem
NodeView cannot be resolved to a type    TIPLPlugNodeView.java    /tipl-demo/src/tipl/knime    line 11    Java Problem
Plugin cannot be resolved to a type    TIPLPlugNodePlugin.java    /tipl-demo/src/tipl/knime    line 19    Java Problem
RowKey cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 95    Java Problem
RowKey cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 95    Java Problem
SettingsModelIntegerBounded cannot be resolved to a type    TIPLPlugNodeDialog.java    /tipl-demo/src/tipl/knime    line 29    Java Problem
SettingsModelIntegerBounded cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 52    Java Problem
SettingsModelIntegerBounded cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 53    Java Problem
SettingsModelIntegerBounded cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 94    Java Problem
SettingsModelIntegerBounded cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 107    Java Problem
SettingsModelIntegerBounded cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 150    Java Problem
SettingsModelIntegerBounded cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 165    Java Problem
SettingsModelIntegerBounded cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 181    Java Problem
StringCell cannot be resolved to a type    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 99    Java Problem
StringCell cannot be resolved to a variable    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 82    Java Problem
Syntax error on token "!=", = expected    TIPLPlugNodeView.java    /tipl-demo/src/tipl/knime    line 35    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeFactory.java    /tipl-demo/src/tipl/knime    line 19    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeFactory.java    /tipl-demo/src/tipl/knime    line 27    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeFactory.java    /tipl-demo/src/tipl/knime    line 35    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeFactory.java    /tipl-demo/src/tipl/knime    line 44    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeFactory.java    /tipl-demo/src/tipl/knime    line 52    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 70    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 119    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 129    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 145    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 157    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 172    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 188    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeModel.java    /tipl-demo/src/tipl/knime    line 205    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodePlugin.java    /tipl-demo/src/tipl/knime    line 37    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodePlugin.java    /tipl-demo/src/tipl/knime    line 49    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeView.java    /tipl-demo/src/tipl/knime    line 28    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeView.java    /tipl-demo/src/tipl/knime    line 45    Java Problem
Syntax error, annotations are only available if source level is 1.5 or greater    TIPLPlugNodeView.java    /tipl-demo/src/tipl/knime    line 54    Java Problem
Syntax error, parameterized types are only available if source level is 1.5 or greater    TIPLPlugNodeFactory.java    /tipl-demo/src/tipl/knime    line 14    Java Problem
Syntax error, parameterized types are only available if source level is 1.5 or greater    TIPLPlugNodeFactory.java    /tipl-demo/src/tipl/knime    line 36    Java Problem
Syntax error, parameterized types are only available if source level is 1.5 or greater    TIPLPlugNodeView.java    /tipl-demo/src/tipl/knime    line 11    Java Problem
The import org.eclipse cannot be resolved    TIPLPlugNodePlugin.java    /tipl-demo/src/tipl/knime    line 7    Java Problem
The import org.knime cannot be resolved    TIPLPlugNodeDialog.java    /tipl-demo/src/tipl/knime    line 3    Java Problem
The import org.knime cannot be resolved    TIPLPlugNodeDialog.java    /tipl-demo/src/tipl/knime    line 4    Java Problem
The import org.knime cannot be resolved    TIPLPlugNodeDialog.java    /tipl-demo/src/tipl/knime    line 5    Java Problem
The import org.knime cannot be resolved    TIPLPlugNodeFactory.java    /tipl-demo/src/tipl/knime    line 3    Java Problem
The import org.knime cannot be resolved    TIPLPlugNodeFactory.java    /tipl-demo/src/tipl/knime    line 4    Java Problem

 

Hi Kevin,

could you try to change the used default compiler of the projects to JRE 1.7? I think the projects require Java 7.

Let me know if this helps!!

 

Christian

I added the JRE 7 Runtime to the Eclipse -> Preferences -> Java -> Installed JREs and changed the compile version from 1.4 (the default) to 1.7. After doing so and rebuilding everything, I now have more error messages (a typical one is below). I have sent a screenshot of the build path because it still seems like there I something I have to add so it has all of the KNIME libraries, but I am not sure what or how many need to be included.

I added the JRE 7 Runtime to the Eclipse -> Preferences -> Java -> Installed JREs and changed the compile version from 1.4 (the default) to 1.7. After doing so and rebuilding everything, I now have more error messages (a typical one is below). I have sent a screenshot of the build path because it still seems like there I something I have to add so it has all of the KNIME libraries, but I am not sure what or how many need to be included.

Have you also set the target platform to an appropriate value? (The 2.11 node wizard proposes an option to do that.)

Thanks, That seems to have been the problem, before I checked the "Create and Download KNIME Platform" in the Node Wizard, which I, evidently, should not have checked.