Skip to content

Commit

Permalink
Updated README to install specific version of JDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
aiyerganapathy authored Jun 12, 2019
1 parent e762934 commit 6da5e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytics_server_docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ If live mode has to be used, then:
5. **Generate Data** (Optional) , for test purpose ONLY, normally Deepstream Smart Parking application will read from camera and send metadata to Analytics Server

a) sudo apt-get update
b) sudo apt-get install default-jdk
b) sudo apt install openjdk-8-jdk
c) sudo apt-get install maven
d) cd ../stream
e) sudo mvn clean install exec:java -Dexec.mainClass=com.nvidia.ds.util.Playback -Dexec.args="<KAFKA_BROKER_IP_ADDRESS>:<PORT> --input-file <path to input file>"
Expand Down

0 comments on commit 6da5e91

Please sign in to comment.