Message11923

Author angel
Recipients Soha, angel, otto_fajardo
Date 2018-04-27.06:56:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524812186.79.0.682650639539.issue2355@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-04-27 06:56:26angelsetmessageid: <1524812186.79.0.682650639539.issue2355@psf.upfronthosting.co.za>
2018-04-27 06:56:26angelsetrecipients: + angel, otto_fajardo, Soha
2018-04-27 06:56:26angellinkissue2355 messages
2018-04-27 06:56:25angelcreate