Add Python demo for showing how to embed Python in Java
[jython-java-sample.git] / README
blob261621e9121af83c6e45bf8ed96a98c3df9dedea
1 This is a demo project showing Java and Python integration through Jython.
2 It also shows the usage of Jython as a scripting language. It uses Jython 2.2.1
4 Use the following command to see it in action:
6 mvn clean compile exec:java -Dfile.encoding=UTF-8