Message7553

Author jeff.allen
Recipients jeff.allen, knettem
Date 2012-12-27.15:31:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356622262.21.0.863392600992.issue1999@psf.upfronthosting.co.za>
In-reply-to
Content
Jython is not very sensitive to the OS: in many ways, Jython treats Java as the platform, rather than the OS. I believe it runs on AIX and HP Linux but haven't done that myself.

The error message you quote is characteristic of not being able to run Java. Assuming you can run Jython straightforwardly at the command prompt, it may be that down in your test framework the LD_LIBRARY_PATH in effect when you launch Java (or the jython launch script) does not include the location of libjava.so. Or it may be JAVA_HOME that is at fault.

At the moment it looks like your problem occurs before you get as far as Jython. Let us know whether furher investigation still points to Jython.
History
Date User Action Args
2012-12-27 15:31:02jeff.allensetmessageid: <1356622262.21.0.863392600992.issue1999@psf.upfronthosting.co.za>
2012-12-27 15:31:02jeff.allensetrecipients: + jeff.allen, knettem
2012-12-27 15:31:02jeff.allenlinkissue1999 messages
2012-12-27 15:31:01jeff.allencreate