This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
erdelf
wrote ...
2013/8/27
Export failure
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
2013/8/27
#
If you run it from a command prompt or terminal, do you see a stack trace from an exception?
erdelf
2013/8/27
#
nope
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
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.
X