Message8457

Author zyasoft
Recipients emcdowell, zyasoft
Date 2014-05-21.20:28:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400704091.19.0.965705910094.issue2151@psf.upfronthosting.co.za>
In-reply-to
Content
You cannot run jython unless it's standalone without the required dependencies. You can find out what these are on Windows via

jython.bat --print

Also I should mention running java -jar is problematic for other reasons, for any reasonably complex Java code. Usually you mean --classpath instead. Again, take a look at what jython.bat --print produces.
History
Date User Action Args
2014-05-21 20:28:11zyasoftsetmessageid: <1400704091.19.0.965705910094.issue2151@psf.upfronthosting.co.za>
2014-05-21 20:28:11zyasoftsetrecipients: + zyasoft, emcdowell
2014-05-21 20:28:11zyasoftlinkissue2151 messages
2014-05-21 20:28:10zyasoftcreate