Jansi-1.4
Table 1 describes the Jansi version dependency.
- Compile the Jansi-native source code.
- Download the Jansi-native 1.0 source package.
1wget https://github.com/fusesource/jansi-native/archive/jansi-native-1.0.tar.gz - Decompress the source package.
1tar -zxvf jansi-native-1.0.tar.gz
- Go to the directory where the Jansi-native source package is located.
1cd jansi-native-jansi-native-1.0
- Perform the compilation.
1mvn install -Dplatform=linux64 package
A JAR package is generated in the ./target/jansi-native-1.0-linux64.jar directory.


- Copy the jansi-native-1.0.jar and jansi-native-1.0-linux64.jar packages to the local Maven repository LOCAL_M2_PATH/org/fusesource/jansi/jansi-native/1.0/.
- Download the Jansi-native 1.0 source package.
- Compile the Jansi 1.4 source code.
- Download the Jansi 1.4 source package from GitHub.
1wget https://github.com/fusesource/jansi/archive/jansi-1.4.tar.gz - Decompress the source package.
1tar -zxvf jansi-1.4.tar.gz
- Go to the directory where the Jansi-1.4 source package is located.
1cd jansi-jansi-1.4
- Open the pom.xml file.
vi pom.xml
- Press i to enter the insert mode and comment out lines 125 to 148.

- Press Esc, type :wq!, and press Enter to save the file and exit.
- Perform the compilation.
1mvn clean install
A JAR package is generated in the ./target/jansi-1.4.jar directory.
- Download the Jansi 1.4 source package from GitHub.
Parent topic: Compiling the Source Code