What could be causing my Eclipse program to reference a non-existent Karel file?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
Master J
Messages
219
Reaction score
0
"Hello World" Java issue!

I've been following Stanford's on line lecture series Programming Methodology and have run into an issue while trying my first Hello World program.

I'm using the Eclipse editor and have attached the acm JAR library. When I try to run the file, I get an error that says my program is referencing a non-existent Karel, where Karel was a previous project that I deleted.

My code is correct as I've followed exactly what has been taught, and what's in the textbook. Has anyone any idea what's wrong? I was sure I deleted the old project, so I've no idea how the program says I'm referencing it, which I am not in my source code!

Is this a common issue?

Help! Cheers guys!
 
Physics news on Phys.org


I was helping some people out with C++ and for some reason their program won't compile for some reason my prof or I could figure out. It definitely wasn't the code. So I had him start a completely new project and paste the code there. Try creating a new project and compile and debug again and see if it works.