Java bytecode format
843811Oct 28 2004 — edited Nov 4 2004Does anyone know anything about the Java bytecode format? I am making a Class file editor. One of its features is to let the user add new methods to a existing class file from another class file. However I do not know where to insert the method definition. Where should the definition be located in? The constant_pool? Any help would be very welcome.
Thanks in advance,
Cool As Ice