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
To resolve this issue install an older version of Java.
If you're on a mac Homebrew makes it easier to download and install different versions of java. Examples here: https://gist.github.com/gwpantazes/50810d5635fc2e053ad117b39b597a14
I was running into the same problem(blank screen) as the initial poster when trying to run Karel the robot with the newest version of Java. It ran correctly when I switched to java version 6.
After installing a different java JDK set the compiler of your java IDE to use the correct version of java
Consider using a java version manager to make it easier to switch versions. I'm on a mac so I used jenv – https://www.jenv.be/
There is a post on medium here for more info on using jenv that was helpful – https://medium.com/@brunofrascino/working-with-multiple-java-versions-in-macos-9a9c4f15615a