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

2020/2/15

how to convert greenfoot project to exe file?

Rafiqi_Fariz Rafiqi_Fariz

2020/2/15

#
please help me
danpost danpost

2020/2/15

#
Rafiqi_Fariz wrote...
please help me
Use the application tab when sharing.
Rafiqi_Fariz Rafiqi_Fariz

2020/2/15

#
i already do that. but i can't open my jar executable file. My jdk was jdk-13.0.2, the application was closing immediately when i double click
Happycrusher764 Happycrusher764

2020/2/16

#
@Rafiqi_Fariz then idk
1
//use a .jar executable to .exe applicaton. like launch4j or something.
Rafiqi_Fariz Rafiqi_Fariz

2020/2/16

#
i already convert them into .exe but it doesn't open when i clicked it
Rafiqi_Fariz Rafiqi_Fariz

2020/2/17

#
can you help me?
danpost danpost

2020/2/17

#
Rafiqi_Fariz wrote...
can you help me?
I do not know what to tell you. Is it your ROBOLIFE project?
Happycrusher764 Happycrusher764

2020/2/18

#
Danpost how can i create a scrolling world
danpost danpost

2020/2/18

#
Happycrusher764 wrote...
Danpost how can i create a scrolling world
@Happycrusher764, please refer to my Scrolling Tutorial scenario -- and next time, do not interrupt a discussion with something that is not relevant to that discussion (in other words, start a new one of your own).
Rafiqi_Fariz Rafiqi_Fariz

2020/2/18

#
danpost wrote...
Rafiqi_Fariz wrote...
can you help me?
I do not know what to tell you. Is it your ROBOLIFE project?
yes it is
danpost danpost

2020/2/19

#
Rafiqi_Fariz wrote...
yes it is
I won't be able to test it unless you re-upload it including the source code.
Rafiqi_Fariz Rafiqi_Fariz

2020/2/19

#
ok i will re-upload it with the source code
danpost danpost

2020/2/20

#
There are a few occasions in your RobotWorld class where null is being used as an argument in a call to create a new GreenfootImage object, which no longer works (since the change from java.util.Color to greenfoot.Color). Replace them with actual (greenfoot.) Color objects. Background color "null"s can be replaced with "new Color(0, 0, 0, 0)".
Rafiqi_Fariz Rafiqi_Fariz

2020/2/20

#
Thanks for your advice
You need to login to post a reply.