java.lang.ClassFormatError: (code of a method longer than 65535 bytes)
Hai,
I am new to java Programming.I undergo a project of "accounting system".i am using Java swing.My file is of size 581 KB.During last few days,i compiled my program and run better.Today i proceeded my work and compile the program.It got compiled without any errors.But during execution,I caught an error as follows;
Exception in thread "main" java.lang.ClassFormatError:(code of a method longer than 65535 bytes).
I referred forum questions but I can't understand anything else.so,kindly advise me for further proceedings.
Please help me at once.
Thanks in advance.
perinbam.

