Hello!
I finally got everything up and running and are trying to compile and run a simple java program which uses the Stack class (it's actually a small program that solves the tower of hanoi problem).
At first the program just crashed with a Java Exception message. After removing almost all of the code, only the LCD.drawString calls left in addition to the class and methods the program finally runs..
Is there any docs on the possible Java Exceptions?
I got this:
Java Exception:
Class: 11
Method: 77
I would believe the problem might be with type casting, but I'm not sure..
