5iver
(Scott Rushworth)
October 1, 2020, 4:50am
6
The current Jython helper libraries work with OH 3. The issue is that manual installations of Jython will not work currently with OH 3, and you will need to use a Jython 2.7.2 add-on, as I had mentioned earlier here…
There are no known issues with Java 11 and the new rule engine! However, there is a reported issue (I haven’t tracked it down yet) with manual installations of Jython and Java 11. This is not an issue when using an updated version of my Jython addon using 2.7.2, which I have not distributed yet, but can be built from the source in my PR .
There is some more background over here…
This add-on is only compatible with OH 2.5. Last I looked and have mentioned a couple times in the forum, Jython 2.7.2 or newer is required for OH 3.0. I haven’t put much time into it, but manual installations of Jython and other languages are not working in OH 3.0, so it appears add-ons for ScriptEngineFactories may be required for OH 3.0. This could possibly be due to PRs that were merged even after I had specifically asked for them not be merged until after I had reviewed and tested them.
I…