Message6111

Author alex.gronholm
Recipients alex.gronholm, fwierzbicki, jmalinen, pekka.klarck
Date 2010-09-30.12:35:46
SpamBayes Score 1.8536175e-09
Marked as misclassified No
Message-id <1285850146.91.0.986524742366.issue1403@psf.upfronthosting.co.za>
In-reply-to
Content
I have a Jython application deployed with only .class files in the jars. Works fine. Just make sure you don't mix and match Java and especially Jython versions there. Class files compiled on a different Jython version don't work with another version -- the class loader simply ignores them.
History
Date User Action Args
2010-09-30 12:35:46alex.gronholmsetmessageid: <1285850146.91.0.986524742366.issue1403@psf.upfronthosting.co.za>
2010-09-30 12:35:46alex.gronholmsetrecipients: + alex.gronholm, fwierzbicki, pekka.klarck, jmalinen
2010-09-30 12:35:46alex.gronholmlinkissue1403 messages
2010-09-30 12:35:46alex.gronholmcreate