How to use Jython libraries
Description
If you need to use some of the Jython/Python libraries normally found in the LIB directory of an install, then you have at least 2 choices both require a Jython install on the Confluence server. Jython needs to know the path to the library files.
Dynamic in code
import sys sys.path.append("/<path to Jython install>/LIB")
- Always available - environment variable
Steps
- Install Jython on your confluence server
- Recommend setting environment variable
- Set JYTHONPATH to the library directory of your install, example: /<path to Jython install>/LIB
- PYTHONPATH also works
- Restart Confluence with the environment variable set
- Set JYTHONPATH to the library directory of your install, example: /<path to Jython install>/LIB
References
Log a request with our support team.
Confluence®, Jira®, Atlassian Bamboo®, Bitbucket®, Fisheye®, and Atlassian Crucible® are registered trademarks of Atlassian®
Copyright © 2005 - 2024 Appfire | All rights reserved. Appfire™, the 'Apps for makers™' slogan and Bob Swift Atlassian Apps™ are all trademarks of Appfire Technologies, LLC.