Thanks for reporting this. The JavaDoc feature you’re talking about is a third-party tool: hkiel/JavaDoc. Changes in the latest version of Processing may have introduced compatibility issues with it. Since this is an external project, it might help to open an issue on their GitHub repo to let them know about the problem. If you do, feel free to link to this thread as context.
I’m not a professional java developer, so, I don’t know how to make them with the source code !
For Javadoc, it worked about a month or two ago so I don’t think the problem is with Javadoc as the last version was in may 2024 !
Anyway I replaced the javadoc.jar with the 2023 version in the tool folder of an old Processing 3 installation and it changes nothing ! (I’ve done the same for Processing 4.4.4. ).
But It ‘s strange as it doesn’t work anymore with the Processing 3 version : I really don’t understand !!! Maybe it is something linked to the Contribution Manager !? !? !?
P.S. I like so much Processing (and P5js ) with the Processing EDI : everything is so simple. Just install it and it works. One may concentrate on the code and “forget” about the EDI
I tried Eclipse and Netbeans. I’m sure it is amazing (and Vscode… too) for professional developer but I don’t have the time to dig into it (even if I like Netbeans : much easier than Eclipse I think !). I barely have the time to code and I don’t need them anyway for what I want to make…
I think that what is done with the Processing foundation is VERY important : software development MUST NOT be restricted to professionals developers !!!
I see! The compiled files are available for all versions of Processing 4 on the GitHub release page, however they may not be visible immediately. Scroll down to the bottom of a release and click on the triangle next to Assets to expand to reveal the files:
I just took a look at the code for that library and it uses the java.home property which is no longer pointing to the proper location in 4.4.0+ maybe that is something we can fix in 4.4.5+