|
|
|
|
|
by paulddraper
1124 days ago
|
|
A full Java runtime is 95MB. (Smaller than the JDK size of 312MB.) > The jlinked runtime using the above command is about 95Mb. Simple programs -- like Hello World -- can indeed exclude certain parts of the JRE using jdeps, for a smaller size. |
|