Possible Duplicate:
Is there a java classfile / bytecode editor to edit instructions?
Java source code is compiled into bytecode, which is actually in the class file. Is it possible to view bytecode of a compiled class?
If it is possible, can it be edited?
Is there an eclipse plugin for that available?