Problem description:
No Processing 4.0 Beta programs are running in Replit.
Expected behavior:
Previously working programs used to work.
Actual behavior:
Instead of the programs running, the console says that there are 8841 errors, and the first 100 are displayed.
Steps to reproduce:
Run any Processing 4.0 program.
Bug appears at this link:
https://replit.com/@comp-sci-20-sem2-22-23/Processing-Test
Browser/OS/Device:
Chrome/Windows 10/laptop
@MsWiebe
I’m getting a 404 error from that link
Sorry. I believe that repl is private. Here is a link to a public file that has the same issue: https://replit.com/@MsWiebe/Test
The template you’ve used seems to be old and has been broken by the migration to Nix. You used the Processing4
template by demcrepl
, try the Processing (Java)
template by replit
.

1 Like
Unfortunately, that template seems to work differently compared to the previous one. The formatting is different from the version of Processing you would download from their official website.
1 Like
You could try configuring a regular Java repl to work with Processing and download the library into it 
2 Likes