Initial Install dependency problem #200
Unanswered
brianmichalk1
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed in 2022, and played around with JRule, and put it away. I'm now wanting to try JRule again, but am having dependency issues.
I installed via the openhab extension manager:
did chmod 775 to the jrule directory for my user.
Created a short example in /etc/openhab/automation/jrule/rules/org/openhab/automation/jrule/rules/user/BkmTest.java
and get this error
I removed the package declaration, extracted the jars from jrule/jar/ and added those directories to my Java source path. I'm pretty sure it's a simpler fix than the things I've tried.
EDIT: Should I move this question over to the openhab.org thread?
EDIT2: I ignored the VSCode errors, and it compiles in the Openhab environment and deploys, but doesn't trigger.
Beta Was this translation helpful? Give feedback.
All reactions