theUser BL wrote: > Hi! > But where can I find documentations about .class files? How are they are > structures and so on? In the JVM specification, 2nd edition, for example. There is quite a bunch of literature explaining the workings of bytecode and the class file format, depending on the background you're after, from compiler design books, over interactive introductions, to formal methods. cheers, dalibor topic