Hi,
there's a java snippet I wrote which uses an external .jar library. The .jar path is defined a variable, because I cannot use the knime://LOCAL/ notation and therefore I need to check the exact location first.
The behaviour is a bit inconsistent when this path was set manually yet. In that case, the editor complains that it cannot resolve the classes contained in the .jar file, but the node executes apparently fine. Only when I set the path manually right at least once (without using the variable), the editor stops complaining.
Could this be related to the fact that I am only setting the path of the jar (array element 0), but not the size of the array containing the paths?
Anyhow, supporting the knime://... paths would be the best solution in my eyes.
Best,
Lorenz