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

2013/8/27

Export failure

erdelf erdelf

2013/8/27

#
I am trying to export a little game as a jar file, but when I open the jar file, it just shows me a blank world. The problem seems to be that the constructor of my world, calls another constructor of the same world
davmac davmac

2013/8/27

#
If you run it from a command prompt or terminal, do you see a stack trace from an exception?
erdelf erdelf

2013/8/27

#
nope
davmac davmac

2013/8/27

#
Well, calling another constructor in the same class doesn't cause this problem. Without any further information I can't give any further help.
davmac davmac

2013/8/27

#
(However, I suggest just putting System.out.println calls in your code to figure out what is happening).
You need to login to post a reply.