Message11923
Another way to solve this is instead of using jython.jar, using jython-standalone.jar.
In Maven there is https://mvnrepository.com/artifact/org.python/jython-standalone
eg pom.xml:
<dependencies>
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.7.1</version>
</dependency>
</dependencies>
Works for me. |
|
Date |
User |
Action |
Args |
2018-04-27 06:56:26 | angel | set | messageid: <1524812186.79.0.682650639539.issue2355@psf.upfronthosting.co.za> |
2018-04-27 06:56:26 | angel | set | recipients:
+ angel, otto_fajardo, Soha |
2018-04-27 06:56:26 | angel | link | issue2355 messages |
2018-04-27 06:56:25 | angel | create | |
|