Hi,
I have an idea of over coming de-compilation of byte code.
i.e. Have your own classloader, which acts as the entry point for all of your bytecode for the JVM. To that classloader pass the encrypted bytecode instead of plain .class files. Your classloader should have the logic to decrypt you encrypted bytecode and then it should load them in to the JVM. While shutting down the system either you can delete all your decrypt bytecode and encrypt them again as per you requirement.
This is my suggestion.
Will it be possible? Any input?
Thanks in Advance / Rajan Kumar