Also, are there other languages which you can convert to?
First of all, you know Greenfoot is Java right? Well, Greenfoot scenario files don't actually contain the code. Look in the project folder, lots of .JAVA files scattered about in there. You might be able to just copy those, try it out, though I don't really see why you would need to do this. But not, you can't convert to different languages. You could, however, maybe "translate" if you know the other language well and it is an Object-Oriented class based language.
It's been in there since pretty much the beginning! Go to the standard export dialog then export it from there as a jar file.
i know, but without the buttons.
The original message didn't say anything about the buttons, just about having it as a standalone Java program.
In terms of translating to other languages, I'd have to question why you want to do it first - sure you could, but what would the point be apart from an academic exercise?
Yeah, you can easily export the file as a JAR, I've done it lots.
Yeah I see very little point in converting to another language, as the majority of things can be accomplished in most languages, just in different ways.
Okay, I get it. But what is the standard export screen? Searched around for all the usuals, but none there?
And why is everyone so dismissive when it comes to exporting?
Not attempting to be, I don't really know a lot about exporting (only done it a few times). Others are just trying to figure out what specific part you need help with.
When you mouse-click on the 'Share' button in the top-right corner of the Greenfoot window (or select Scenario and Share... through the menu-bar, or press Ctrl-E), you are given three options as to how to export the scenario. One is to the Greenfoot site; the second is as a web-page; and the third option is for a stand-alone executable jar file. This third option will create the file in the directory (or output location) you specify.