这是indexloc提供的服务,不要输入任何密码
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions launch/app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# openHAB Demo App

The openHAB Demo App is designed as a reference implementation and testing environment for openHAB developers.
It provides a sample configuration and runtime that demonstrates key features and integrations of openHAB, making it useful for exploring, developing, or validating extensions and bindings in a controlled environment.

See the [documentation about the demo app](https://www.openhab.org/docs/developer/ide/generic.html).

## Starting the Demo App

You can start the demo app in two ways:
- **From Eclipse:** Launch the app using your IDE.
- **From the command line:**
```
mvn bnd-run:run
```

## Troubleshooting Dependencies

If dependencies do not resolve, `launch.bndrun` may need an update.

- Trigger the resolver with:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you use Eclipse it is easier to just click the Resolve button to do this.

See the image in the docs:

https://www.openhab.org/docs/developer/ide/eclipse.html#running-add-ons

```
mvn install -DwithResolver
```

If this issue occurs on an unmodified install, please [open an issue on GitHub](https://github.com/openhab/openhab-distro/issues).