Error on StartUp

Hi,

I just installed Processing on my PI 3B+ by running the instruction : “curl https://processing.org/download/install-arm.sh | sudo sh” in the terminal. The installation went OK, I made a reboot, but when I’m trying to open Processing from the start menu, I have an error message " a serious error happened during Startup".
Does anyone know what might be causing this issue ?

1 Like

This is the error message I get when trying to open Processing from my PI.

Your key error is:

java.lang.ClassNotFoundException: processing.core.PApplet

This means the installation / configuration did not go well – core class of Processing is not found / not on the path. I’m not an expert in Processing for RaspberryPi, but you might want to try the entire installation over and pay careful attention to the installation log. Something is missing, in the wrong place, not on the path, or has bad permissions (e.g. from running under sudo, perhaps).

Hopefully people more experienced with RaspberryPi can chime in. Perhaps @kll ?

1 Like

Thank you for your answer! I’ll try again the install and check the installation log. I haven’t done yet the last Raspbian update. Maybe this error has something to do with it …?