In message: <[EMAIL PROTECTED]> Ola Lundqvist <[EMAIL PROTECTED]> writes: >On Sun, Oct 06, 2002 at 05:12:39PM +0200, Robert Bihlmeyer wrote: >> As policy requires that all "binaries" (well, it's debatable whether >> class files fall under this) should be built with debug info and >> stripped when put into the package, I'd like to know whether there is >> a tool to strip debugging info from class files. >> >> If not, maybe policy and/or java-policy should clarify that bit ... > >Hi > >If you find some good information about this I'll be happy to >know about it. If there is a good free tool for this I'll happily >clarify the policy.
RetroGuard (www.retrologic.com) can do this (as a subset of its abilities as a bytecode obfuscator). It is under LGPL. It works. I don't know if it's been packaged for debian, yet. - Alex