Cant create binding from fresh install

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

With the help of some java expert from work;

Maven was not correctly installed. Maven was added to /usr/local/bin instead of adding the bin directory of maven to the $PATH.

Result: mvn executable was found, but not all the related libraries.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.