Hello,
I have programmed a programm which is scanning a DinA4 paper, storing the values in a Matrix and printing it out again with a pen.
Now, after adding some lines to my program it shows me this error in Eclipse:
The code of method main(String[]) is exceeding the 65535 bytes limit
Does someone of you have any idea how to solve this problem ?
Actually I'm thinking of splitting the programm into two parts, but is this possible, and what is with my Variables/Matrix in the program then? How do I get them public, because both parts of the program will need them
Thanks in advance
