Message6842

Author amak
Recipients amak, philba
Date 2012-03-19.19:33:31
SpamBayes Score 6.034296e-05
Marked as misclassified No
Message-id <1332185612.15.0.0757851670826.issue1801@psf.upfronthosting.co.za>
In-reply-to
Content
> We would like to compile our jython scripts at runtime in pure java

You mean that you want your jython files compiled to .class files? It is not possible to compile jython to java.

> I didn't find a way to concat the compiled bytecode after compiling each segment-script

Why can't you just use the individual .class files, or put them into a jar file?
History
Date User Action Args
2012-03-19 19:33:32amaksetmessageid: <1332185612.15.0.0757851670826.issue1801@psf.upfronthosting.co.za>
2012-03-19 19:33:32amaksetrecipients: + amak, philba
2012-03-19 19:33:32amaklinkissue1801 messages
2012-03-19 19:33:31amakcreate