Message9515

Author zyasoft
Recipients fwierzbicki, geoffbache, hpk, otmarhumbel, pekka.klarck, pjenvey, zyasoft
Date 2015-02-12.00:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423700670.48.0.0887451661413.issue1491@psf.upfronthosting.co.za>
In-reply-to
Content
Adapting jruby-launcher (https://github.com/jruby/jruby-launcher) and the corresponding gem (https://rubygems.org/gems/jruby-launcher) makes sense, but Thomas Enebo tells me on #jython that it's a pain to maintain.

For now, I'm going to explore use py2exe to generate a jython.exe, which then launches the actual jython.jar. Yes, this is adding a subset of CPython to the Jython distribution, but it seems to make sense, and I don't have to modify any C++ code to get this launcher working. I get to write Python instead :)
History
Date User Action Args
2015-02-12 00:24:30zyasoftsetmessageid: <1423700670.48.0.0887451661413.issue1491@psf.upfronthosting.co.za>
2015-02-12 00:24:30zyasoftsetrecipients: + zyasoft, otmarhumbel, fwierzbicki, pekka.klarck, pjenvey, hpk, geoffbache
2015-02-12 00:24:30zyasoftlinkissue1491 messages
2015-02-12 00:24:30zyasoftcreate