This site requires JavaScript, please enable it in your browser!
Greenfoot back
armaity
armaity wrote ...

2020/11/4

Error Message

armaity armaity

2020/11/4

#
When I published my game to the Greenfoot website, it showed a Java.lang runtime error. Not sure what that means would really appreciate the help, I just want to publish my game and get it working. Scenario: https://www.greenfoot.org/scenarios/26710
danpost danpost

2020/11/4

#
armaity wrote...
When I published my game to the Greenfoot website, it showed a Java.lang runtime error.
I think it has to do with your static final bgImage field. Something about static or static final object references being assigned an object right off doesn't seem to go well with HTML5 javascript.
armaity armaity

2020/11/4

#
danpost wrote...
armaity wrote...
When I published my game to the Greenfoot website, it showed a Java.lang runtime error.
I think it has to do with your static final bgImage field. Something about static or static final object references being assigned an object right off doesn't seem to go well with HTML5 javascript.
Thank you so much, I did not know that thanks for the help.
You need to login to post a reply.