openhab / openhab-distro

The binary distribution of openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.29k stars 394 forks source link

Not starting at all #1642

Open RIS2000 opened 2 months ago

RIS2000 commented 2 months ago

Hello! I don't know whether this is right place to ask, but may be someone can help: Windows 10 fresh install Zulu OpenJDK Local user with admin rights Start.bat

and

image

Error: can't find section or parameter in registry. And window closes.

Thanks for a great work! (not sarcasm :)

wborn commented 6 days ago

Do you have Java 17 installed and on the PATH? You can check this by running java -version on the CLI.

It may help to configure the JAVA_HOME environment variable. Otherwise it tries to get the Java home dir from the registry, see karaf.bat.

Your issue seems similar to https://community.openhab.org/t/openhab2-win10-64-bit/17170