I just installed processing and I can’t run any code. Not even print(‘hello, world!’).
This error keeps popping up in the console panel. I couldn’t find anybody else who had this issue, can someone please help?
java.lang.NullPointerException
at jycessing.Runner.runSketchBlocking(Unknown Source)
at jycessing.mode.run.SketchRunner.lambda$startSketch$3(Unknown Source)
at java.base/java.lang.Thread.run(Thread.java:833)