Using a custom java library/API in a node

Hi All,

Second question, split from the first about SQL connections to keep things clean. I am building a second node that will take a reference to a results file download it and process it. I have a java library that that provides an API with routines to open the file slice and dice the results ready for a KNIME table and further analysis.

My question is where do I put the java library in the file system so that Eclipse/KNIME can access it when running in debug mode? This is probably related to my lack of Java knowledge rather than KNIME so is hopefully an easy question to answer.

Thanks again
Richard

Hi @lostculture,

You need to add that library to your plugins buildpath, as described in this stack overflow post:

best,
Gabriel