I already have about 10 different versions of Java, and I don't need another JRE hogging space on my disk. Is there some way to download only the core and libraries of the PDE instead of the whole thing with the JRE, or do I have to compile it myself?
Answers
You can delete the "/java/" subfolder, however... if you're on Windows, you gotta create a hardlink junction to the OS's own JRE! 8-X
Eh... I was hoping not to have to download and then instantly delete stuff. I'm cloning the latest stable tag from the processing github repo now...