Hi all,
After a fresh install according the Developer Guide I get an error when trying to create my 1st binding.
(note: Java 17 is required for eclipse to install)
./create_openhab_binding_skeleton.sh MyBinding “name” github-name
Results in:
Error: Could not find or load main class org.codehaus.plexus.classworlds.launcher.Launcher
Caused by: java.lang.ClassNotFoundException: org.codehaus.plexus.classworlds.launcher.Launcher
cp: directory org.openhab.binding.MyBinding does not exist
Any suggestion how to fix it?
Thanks in advance!
Sjoerd