Rate This Document
Findability
Accuracy
Completeness
Readability

Jline-2.14.3

Dependency: Jline-2.14.3 depends on Jansi-1.12, and Jansi-1.12 depends on Jansi-native-1.6.

  1. Compile Jansi-native-1.6 and Jansi 1.12. For details, see Jansi Porting Guide (CentOS & openEuler).

    During the compilation, change the command to the following:

    1
    mvn package -Dmaven.javadoc.skip=true
    

    After the compilation is complete, copy the generated jansi-1.12.jar file to the local Maven repository.

  2. Download the Jline-2.14.3 source package.
    1
    wget https://github.com/jline/jline2/archive/jline-2.14.3.tar.gz
    
  3. Decompress the source package.
    1
    tar -zxvf jline-2.14.3.tar.gz
    
  4. Go to the directory generated after the decompression.
    1
    cd jline2-jline-2.14.3
    
  5. Perform the compilation.
    1
    mvn install -Dmaven.javadoc.skip=true -DskipTests
    

    A JAR package is generated in the ./target/jline-2.14.3.jar directory.