Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 843 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 843 Bytes

Java package reduction

The example demonstrates reduction the size of the distribution for applications in Java 9.

Requirements

Compilation and package creation

For Windows and macOS:

mvn clean package -P native-deploy

For Linux:

mvn clean package -P native-deploy,tar-gz

Location of package files

<module name>/target/deploy/native/<file name>.exe (Windows)

<module name>/target/deploy/native/<file name>.dmg (macOS)

<module name>/target/<file name>.tar.gz (Linux)

Article

Reducing distribution size in Java 9 (Russian)