Q: If I encrypt my .class files and use a custom classloader to load and decrypt them on the fly, will this prevent decompilation? A: The problem of preventing Java byte-code decompilation is almost ...
Any ideas for Java libraries that are useful in parsing e-mails from byte streams? javax.mail looks more message generation oriented and based on a few trial runs is a POS anyway.<BR><BR>I'm looking ...