I am new to Jython. I downloaded a jar file from here http://www.jython.org/downloads.html
Download Jython 2.7beta1 - jython.jar Installer : Standalone version without the bundled python files.
When I run it:
$ java -jar jython-2.7-b1.jar Jython 2.7b1 (default:ac42d59644e9, Feb 9 2013, 15:24:52) [Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_33 >>> print "hello" ... I didn't get echoed string "hello", instead I got "...".
I guess the point here is what are the "bundled python files" those are missed from this jar.
print 'text2print', notprint('text2print'). Jython 2.7 is based on Python 2.7, not Python 3.