For dropin i can follow the process all the way through, but when I drop the .jar file into the dropin folder and start knime, no node show up. Even after restart of knime.
Could some kind soul point me in the right direction as to what might be going on here?
" After building has finished, you can now point KNIME Analytics Platform to this folder (which now contains a local Update Site) to install the Extension. To do so, in KNIME Analytics Platform open the Install New Software… dialog, click on the Add button next to the update site location, on the opening dialog click on Local… , and choose the folder containing the Update Site. At last, give the local Update Site a name and click OK . Now, you can install the Number Formatter Extension like any other plug-in. "
I don’t know where to find the Install New Software feature in knime. There is Menu → Install Extensions but i don’t seem to have any option to select a local folder from there.
By running knime from command line I got a more verbose error message:
“Caused by: java.lang.UnsupportedClassVersionError: org/knime/example/ExampleNodeNodeFactory has been compiled by a more recent version of the Java Runtime (class file version 66.0), this version of the Java Runtime only recognizes class file versions up to 61.0”
The problem is that if I try to compile my extension with jre lower than 22 my ant script will complain.
Is there any way to set the target JRE in knime to the more recent jre 22 that I have installed locally?