Message10861

Author kibertoad
Recipients kibertoad
Date 2016-05-28.12:38:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464439095.76.0.457771172829.issue2502@psf.upfronthosting.co.za>
In-reply-to
Content
JRuby refers to the same jnr.constants.platform.OpenFlags class that Jython jar brings with itself, except Jython variant lacks "O_TMPFILE" (which ruby expects) and O_CLOEXEC enum values.

As a result, JRuby and Jython cannot be on the same classpath and work, for NoSuchFieldError is raised whem JRuby reaches "if (OpenFlags.O_TMPFILE.defined()) {" line.
History
Date User Action Args
2016-05-28 12:38:15kibertoadsetrecipients: + kibertoad
2016-05-28 12:38:15kibertoadsetmessageid: <1464439095.76.0.457771172829.issue2502@psf.upfronthosting.co.za>
2016-05-28 12:38:15kibertoadlinkissue2502 messages
2016-05-28 12:38:14kibertoadcreate