Hello,
I'm having issues with exporting my project into a standalone .jar file. While the project runs fine within the Greenfoot IDE, exported version does not run and I'm having trouble debugging it.
I have tried:
- putting try/catch around my code in world's constructor
- commenting out pieces of code that, ehm, "give Greenfoot the bad touch" (AKA go through Greenfoot's internal classes and their fields using reflection)
- enabling Java console in hopes of getting to the startup error