|
|
|
|
|
by ptx
1127 days ago
|
|
Python's embeddable package for Windows [1] is 16 MB unpacked. The OpenJDK runtime with the java.base and java.desktop modules is 64 MB. Replacing Swing with SWT (leaving out the java.desktop module) gets it below 50 MB. The full OpenJDK runtime with all modules is around 128 MB. (With Java 17 on Windows.) [1] https://docs.python.org/3/using/windows.html#windows-embedda... |
|