Did you change 'String song = "01 Lonely Boy.mp3";' in line 11 of the Jukebox world class to 'GreenfootSound song = null;' AND change line 23 in the Jukebox world (in the setSong method) to 'if(song != null) song.stop();'?
And if true to both, what was the complete error message you got (copy/paste here).