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

2022/5/30

How do I make an exe from a greenfoot scenario?

KOTerra KOTerra

2022/5/30

#
Strafer2 is a game I made with my friend,Mars and we would want to make it into an executable file.
RcCookie RcCookie

2022/5/30

#
You will first of all need to build a complete jar with all Greenfoot dependencies included. You can use this which I created once. Then build the project with it. You may also convert your project to a maven project (if you know how) and let it build it for you.
RcCookie RcCookie

2022/5/30

#
If you are fine with a console window opening as well, you can just create a cmd script that runs java with that jar
RcCookie RcCookie

2022/5/31

#
You need to login to post a reply.