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

2019/11/27

Exporting standalone to Raspberry pi (Raspbian)

Higgins1904 Higgins1904

2019/11/27

#
Hi, I have done a simple Greenfoot project at my Win 10 computer, runs fine in the Greenfoot GUI version 3.6.0. Now I want to export it and run it at my Raspberry pi 4 (Raspbian) that has the Java version 11.0.5. I read at the export info page here that one need to tinker with the command line arguments when executing the exported jar-file. Anyone that knows what needs to be done? I try to run it with the following command line: java -jar /home/pi/test.jar I get an error message saying that the class greenfoot.export.GreenfootScenarioApplication is missing or could not be loaded. The file is there in the jar file, at the path greenfoot.export, I can see that when inspecting the contents of the package. Both my Pi and my Win 10 computer runs Java 11
You need to login to post a reply.