java_platform#
Version of Java currently being used by py5.
Examples#
def setup():
py5.println(py5.java_platform)
Description#
Version of Java currently being used by py5. Internally the py5 library is using the Processing Java libraries to provide functionality. Those libraries run in a Java Virtual Machine. This field provides the Java platform number for that Virtual Machine.
Underlying Processing field: javaPlatform
Updated on March 06, 2023 02:49:26am UTC