hi.. I am Sumit from Kolkata
I am a student...
today is my 1st day with java and i am trying to run a simple programm in karel world..
my code is
import stanford.karel.*; public class CheckerboardKarel extends SuperKarel { // You fill in this part public void run() { move (); pickBeeper (); move(); turnLeft(); } }
but when i click the run button the error poped in console tab is
Exception in thread "main" java.lang.NullPointerException
at acm.program.Program.main(Program.java:917)
at stanford.karel.Karel.main(Karel.java:202)
i tried a lot to figured it out but i can't did..
i am using "eclipse" software..
untitled.JPG
screenshot of my monitor is attached...
someone help me please...