openhab-addons/bundles/org.openhab.automation.jyth...
jenkins 18b7ccdf70 Preparation for tag creation (Tag name: '3.0.2'). 2021-04-21 09:37:09 +00:00
..
src/main Updated license headers 2021-03-02 09:10:11 +01:00
NOTICE Add Jython Scripting (#9404) 2020-12-17 11:24:43 -08:00
README.md Add Jython Scripting (#9404) 2020-12-17 11:24:43 -08:00
pom.xml Preparation for tag creation (Tag name: '3.0.2'). 2021-04-21 09:37:09 +00:00

README.md

Jython Scripting

This addon provides a Jython 2.7.2 for use with scripted automation and eliminates the need to download Jython and create EXTRA_JAVA_OPTS entries for bootclasspath, python.home and python.path. The python.home System property will be set to the path of the add-on. The python.path System property will be set to $OPENHAB_CONF/automation/lib/python, but any existing python.path will be appended to it.