File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ It is also available on DockerHub (https://hub.docker.com/r/aammar/nano-java) fo
3535
3636If you do not have Docker or if it is an overhead for your use case, you can bundle nanojava library as a standalone jar file.
3737
38- 1 . Make sure that JDK 8 and Maven 3.x are installed and ready to go
38+ 1 . Make sure that JDK 11 and Maven 3.x are installed and ready to go
3939
40402 . Clone the current repository
4141
@@ -53,11 +53,11 @@ If you do not have Docker or if it is an overhead for your use case, you can bun
5353
54544 . Now, you will have the standalone jar file in the "target" folder named:
5555
56- nanojava-1. 2.0-SNAPSHOT-jar-with-dependencies.jar
56+ nanojava-2.0.4 -SNAPSHOT-jar-with-dependencies.jar
5757
58585 . The JAR file is used in the same way as the Docker image in the "Usage" section with replacing:
5959
60- "docker run" with "java -jar nanojava-1. 2.0-SNAPSHOT-jar-with-dependencies.jar"
60+ "docker run" with "java -jar nanojava-2.0.4 -SNAPSHOT-jar-with-dependencies.jar"
6161
6262 and make sure you provide the absolute paths for your files in this case.
6363
You can’t perform that action at this time.
0 commit comments