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

4 days ago

Hello again!

JetLennit JetLennit

4 days ago

#
Hello Greenfoot users! I was wondering if there is any way I could get the old jar files from my games? Most of them don't run in browser any more. The code has been missing for over 10 years at this point and I'm feeling nostalgic for where it all started. Is there someone I should try and contact? I see the owners are different now as far as I can tell so I haven't the foggiest on who I should talk to. Thanks! P.S. If you see this danpost, I cannot thank you enough for the help you provided me as a kid and I'm sure countless other aspiring programmers.
danpost danpost

4 days ago

#
Greetings, JetLennit. Two of your scenarios where uploaded with the source code being made available. These are KeyTyping and Cool Colorfull Squares. You can click the big green Greenfoot buttons near top right to download the source code. Just open downloaded file in greenfoot application, where you can then create an executable jar file from. I do not know, and kind of doubt, that you will be able to regain the source from your other scenarios. You could try to recreate them as you remember them as being, but that would not be the same, especially if it is for the memories.
JetLennit JetLennit

yesterday

#
Understood, appreciate the response! I remember back in the day you could get the jar from the webpage but I think since it is all HTML now that it isn't there anymore. Recreating could be fun, haven't done game programming in a while and I've been itching to try Raylib! Maybe this time I'll actually spell the words right lol
JetLennit JetLennit

yesterday

#
For anyone else curious there is a way to do this (though convoluted)! I used the Wayback machine to view an old version of my game's page, found the jar file in the code of the page, downloaded the jar, decompiled that, imported the project in Greenfoot, then made the changes for compatibility with new Greenfoot (java.awt.Color is no longer acceptable vs greenfoot.Color it seems). I do wonder if downloading a legacy version of Greenfoot would remove that last step. I'll find out later when I'm on not on an ARM based Mac. Edit: Seems clicking "View Applet" does the same thing as dealing with Wayback machine... that would've saved me some time if I'd been paying attention It also seems as though the jar files are still hosted on the Greenfoot server, just hidden from view.
danpost danpost

16 hours ago

#
JetLennit wrote...
made the changes for compatibility with new Greenfoot (java.awt.Color is no longer acceptable vs greenfoot.Color it seems)
Actually, it is javascript security measures that disallow any use of java.awt and javax.swing packages.
JetLennit wrote...
It also seems as though the jar files are still hosted on the Greenfoot server, just hidden from view.
I am not too sure on that. I was under the understanding that they were not uploaded to the site when the source code was not included as per a Greenfoot team member.
You need to login to post a reply.