Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 396 Bytes

File metadata and controls

19 lines (14 loc) · 396 Bytes

expect4java-samples

Sample programs that show hot wo use expect4java library

Requirements:

  • JDK 1.8
  • maven 3.3
  • git

Building the project

mvn clean package

Running the hello-world

cd hello-world\target
java -jar hello-world-1.0-SNAPSHOT-jar-with-dependencies.jar

Running the ssh-example

cd ssh-example\target
java -jar simple-ssh-example-1.0-SNAPSHOT-jar-with-dependencies.jar