I have multiple version of java with default JAVA_HOME set to jdk1.6.0_45
Ran WinStartAIServer.cmd and got console error on UnsupportedClassVersionError
Then updated WinStartAIServer.cmd and udpated like below
Stopped the server and started with the updated jdk path. Worked with no problem and was able to import your compass.
@echo off
@echo "Your Java path: " %JAVA_HOME%
echo "Starting AiLiveComplete App Inventor..."
"C:\Program Files\Java\jdk1.7.0_40\BIN\java" -cp "%~dp0\AppEngine\lib\appengine-tools-api.jar" ^
com.google.appengine.tools.KickStart ^
com.google.appengine.tools.development.DevAppServerMain %* --port=8888 --address=0.0.0.0 AIServer