@@ -14,9 +14,8 @@ Read the comments in the source code itself for a description of what they
1414demonstrate, etc.
1515
1616Make sure the jar file of the library is in your classpath when
17- you compile and/or run any of these. Specifically, make sure jpt2.jar is in your
18- classpath (or any later version--I intend to ensure later versions
19- are backwards compatible).
17+ you compile and/or run any of these. Specifically, make sure jpt-2.0.1.jar
18+ is in your classpath (or any later version).
2019
2120## Building Examples
2221
@@ -30,10 +29,10 @@ in the exbin directory. If your working directory is the root
3029of the repository, then you can run the examples from the command line with the following:
3130
3231```
33- java -cp "lib/jpt2 .jar;exbin" org.cicirello.examples.jpt.AverageDistance
34- java -cp "lib/jpt2 .jar;exbin" org.cicirello.examples.jpt.TableOfDistances
35- java -cp "lib/jpt2 .jar;exbin" org.cicirello.examples.jpt.PermutationExamples
36- java -cp "lib/jpt2 .jar;exbin" org.cicirello.examples.jpt.SimpleDistanceExamples
37- java -cp "lib/jpt2 .jar;exbin" org.cicirello.examples.jpt.SequenceDistanceExamples
38- java -cp "lib/jpt2 .jar;exbin" org.cicirello.examples.jpt.PermutationHashCodes
32+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.examples.jpt.AverageDistance
33+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.examples.jpt.TableOfDistances
34+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.examples.jpt.PermutationExamples
35+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.examples.jpt.SimpleDistanceExamples
36+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.examples.jpt.SequenceDistanceExamples
37+ java -cp "dist/jpt-2.0.1 .jar;exbin" org.cicirello.examples.jpt.PermutationHashCodes
3938```
0 commit comments