[Solved] Error on line 35 in a 32 line program


You have a red exclamaition mark on your project. Eclipse is likly to not build your project if build path problems (e.g.) aren’t resolved. So go to the Problems tab and try to resolve your errors there. If that is finished Eclipse will build your project and gives more helpful errors

Edit
and that is why you are running the old version (no new build replaced your old one), in which there is actually a line 35.

2

solved Error on line 35 in a 32 line program