You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install "processing-java"
run "processing-java" in terminal (error since 4.4.0, works with 4.3.4)
error message:
Exception in thread "main" java.lang.NoSuchMethodError: 'void processing.app.Base.setCommandLine()'
at processing.mode.java.Commander.main(Commander.java:411)
snippet
n/A
Additional context
error message:
Exception in thread "main" java.lang.NoSuchMethodError: 'void processing.app.Base.setCommandLine()'
at processing.mode.java.Commander.main(Commander.java:411)
Would you like to work on the issue?
assigned to someone else.
The text was updated successfully, but these errors were encountered:
Hi @rlfbckr Thank you for raising this issue! With 4.4.0 and 4.4.1 the internal layout of the Processing app changed somewhat, breaking the processing-java, sorry we didn't catch this in the Betas.
I've created a PR above that will resolve this issue. It's probably going to be included in 4.4.3
Most appropriate sub-area of Processing 4?
Build process
Processing version
4.4.1
Operating system
MacOS 15.4.1
Steps to reproduce this
install "processing-java"
run "processing-java" in terminal (error since 4.4.0, works with 4.3.4)
error message:
snippet
n/A
Additional context
error message:
Would you like to work on the issue?
assigned to someone else.
The text was updated successfully, but these errors were encountered: