Skip to content

Commit 5b4f125

Browse files
committed
Update examples README
1 parent 1a8f616 commit 5b4f125

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ Read the comments in the source code itself for a description of what they
1414
demonstrate, etc.
1515

1616
Make 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
3029
of 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

Comments
 (0)