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
As we migrated to the Gradle build system in #888 we didn't catch the use of processing-java in the betas. I just took a look and our snap configuration does not allow us to replicate the processing-java command directly (only processing.processing-java).
So we have two options, either we publish a secondary package on snap called processing-java which would require you to install processing-java separately. Or we roll this functionality directly into the PDE (which I am more in favour of) so we could replace $ processing-java with $ processing -cli for example
Stefterv
changed the title
Snap does not have the commandline "processing-java" available
Snap does not have the commandline processing-java available
Apr 18, 2025
Most appropriate sub-area of Processing 4?
Other (specify if possible)
Processing version
4.4.1
Operating system
Linux Ubuntu 24.04.2 LTS x86_64
Steps to reproduce this
--help
. It will show help, starting with(version will differ)
snap info processing
Notice there is no
processing-java
.running
snap run processing --help
launches the GUI an shows an error on the terminal, that --help is not recognized.Expected behaviour:
To run the CLI mode. E.g.
To compile and run a sketch.
Offering the CLI in a separate snap would be fine as well.
snippet
Not applicable
Additional context
No response
Would you like to work on the issue?
No - I am unfamiliar with the build process of Processing, Gradle, Java
The text was updated successfully, but these errors were encountered: