it is about 200MB,
because of the whole JAVA ( 8 ) version included.
but must look directory tree,
i find
application.windows64
application.windows32
but the 32 version can not include the JAVA ( because i use the processing 64bit only )
so its small ( and will most probably not work )
please check your drive and think again what (export) option you need to distribute…
but better just distribute the sketch ONLY, as text or zip
so anyone can get processing running on their specific hardware/OS
and just run your tiny sketch.
On Mac, like on Windows, if you have checked the export box “embed Java” – which says it will make the export much larger – then it makes the export much larger (but more portable, as computers do not need to have Java installed to run it).
There is no official C++ mode for Processing. One of the closest projects to Processing in the C++ programming world is OpenFrameworks.
Another option which tries to imitate the Processing API in C++ is libxd: