Why is this happening when i try to upload my scenarios? I am not including java.awt or anything of the sort. I even tried to export the following simple scenario:
import greenfoot.*;
public class MyWorld extends World {
public MyWorld() {
super(400, 600, 1);
}
}
and i still got the same error. how can i fix this??