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??
![Twitter](/assets/twitter-4e19209ef84344ee0c433f4c7bad8d49.png)
![Twitter.hover](/assets/twitter.hover-1fb19a5bafc50deace8f88eaec867845.png)