Hi,
Does anyone know of a way to get the Java compiler to generate a text file that contains the byte code instructions so that I can view how the compiler is compiling my code? A bit like C / C++ compilers will generate an ASM outpout file. Or failing that, some kind of tool that will allow me to do this.
Thanks
Mat

Reply With Quote

