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

