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

2012/4/22

Won't Publish or Export

xillius200 xillius200

2012/4/22

#
hey im new here, till just now I was able to publish my work or export it to a .jar file that was playable all of the sudden I can no longer export it to a playable .jar file or publish it it just comes up as a blank non playable file. However I can still open the code in Greenfoot IDE and run it like nothing was wrong.... any ideas as to what s happening and how to fix??
davmac davmac

2012/4/22

#
Your scenario must be trying to do something that is valid when run from the IDE, but not when exported. File access is a common culprit. You could try running from the command line to see if you get a stack trace, or tell us a bit more about what your scenario does and what changes you made before it stopped working.
xillius200 xillius200

2012/4/23

#
Thanks for the help :) yep it was to do with file access xD it hated getting images from another folder such as /smurf/smurf1.png once I had exported it xD so stuck images back in /images/ instead of /images/smurf/ and it worked perfect ^^
You need to login to post a reply.