Jython - ok to obfuscate code?

Paul Boddie paul at boddie.net
Wed Nov 6 10:27:00 EST 2002


"Robert Oschler" <Oschler at earthlink.net> wrote in message news:<uH6y9.44584$Lg2.12105314 at news2.news.adelphia.net>...
> If I distribute an app that is written Jython stored in a JAR with other
> Java code I've written, is it ok to obfuscate all the code in the JAR,
> including the Jython classes?

I don't believe any black helicopters will be landing on your roof if
you do decide to do that, but I'd recommend using jythonc on your
Jython sources and putting the resulting classes in that jar file.

Paul



More information about the Python-list mailing list