Are you allowed to make a Greenfoot app for commercial use
By GrowDot, with 3 replies.
Last reply by nccb, over 5 years ago:
I think that tutorial is back from a time before Greenfoot was open source. Greenfoot is released under GPLv2 with classpath exception. What this means is you must either publish your app GPLv2 (which practically speaking means you would struggle to sell it) or you must package it in such a way that the Greenfoot JAR could be swapped out for a different version (this is a simple litmus test of what the GPLv2 requires of you). The latter isn't too hard, you'd just ship your JAR alongside the Greenfoot JAR, and you wouldn't then be required to release the source for your scenario.