Message8599

Author zyasoft
Recipients transistor1, zyasoft
Date 2014-06-06.20:31:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402086691.11.0.224604683302.issue2161@psf.upfronthosting.co.za>
In-reply-to
Content
This issue has arisen periodically; see also https://github.com/jythontools/clamp/issues/10#issuecomment-37308700, although I didn't see a bug here for this specific scenario.

One possibility is for org.python.util.jython.main to capture its args and pertinent environment variables (CLASSPATH), create a temporary wrapper executable (ideally binary, not script), and then execute that.

Possible wrappers include http://launch4j.sourceforge.net/
History
Date User Action Args
2014-06-06 20:31:31zyasoftsetmessageid: <1402086691.11.0.224604683302.issue2161@psf.upfronthosting.co.za>
2014-06-06 20:31:31zyasoftsetrecipients: + zyasoft, transistor1
2014-06-06 20:31:31zyasoftlinkissue2161 messages
2014-06-06 20:31:30zyasoftcreate