Jython 2.2 in WebLogic 11g

I just started playing around with WebLogic Server 11g and realised that Oracle has upgraded Jython from 2.1 to 2.2, very nice!

For a brief description on what’s new with Jython 2.2 see my old post here.

E:\WebLogic11g\Oracle\Middleware\wlserver_10.3\common\bin>java org.python.util.jython
Jython 2.2.1 on java1.6.0_05
>>>

3 Responses to “Jython 2.2 in WebLogic 11g”

  1. Simon Vans-Colina says:

    Awesome! So 10.3 to 11G isn’t really exactly the same product then.

  2. sghattu says:

    Yes, 11G is 10.3 WebLogic Server MP1.

  3. Jim Harrald says:

    If I’m using the Jython engine bundled with WebLogic Server 10.3, and I want to add a 3rd party python lib like MySQLdb or optparse, where would I save the *.py files so that the interpreter could find them when I import them into my script?

Leave a Reply