I'm currently doing the online CS106A Stanford course. As part of this I need to install Eclipse and get Karel running
I installed Eclipse using their up to date version of Eclipse, installed using instructions from here: https://web.stanford.edu/class/cs106a/eclipse.shtml , I also installed Java using the same instructions.
I am trying to launch Karel and get it running However I get a blank screen as seen here
Any ideas on how to fix this? I am running Java 8 Update 121
I actually stumbled upon the issue, just recently. If you get the assignments from Stanford SEE Website, and installed the Eclipse from the Current Stanford Class Website, (like, in my situation, it was because I'm running on Windows 10 Pro, and I need the x64 Eclipse version as the one in Stanford SEE Website is based on the old x32 Eclipse version) you have to get or download the assignments from Current Stanford Class Website instead. Try to use those assignment files as your working assignment files or replace the karel.jar file in the Stanford SEE Website's assignment files with the karel.jar file from Current Stanford Class Website's assignment files. In my case, it worked like charmed.
My JDK/JRE running version info: 1.8.
*PS: Sorry with the redundant wording of the "assignment files".