I make a node for xml parsing. I used jdom lib. It is working independent source code.
but I combine KNIME SDK and my xml parsing source code, It occured Jdom exception error.
In my opinion, my error point is declaring Document. Before declare Document, It doesn't have a problem.
File file = new File(); and SAXBuilder, but I call document my node print jdom exception.
I attach image file that is My KNIME SDK run configuration.