Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: one more listing format fix

...

  1. Launch the H2 localhost server:
    java -jar tika-eval-X.Y.jar StartDB – this calls java -cp ... org.h2.tools.Console -web
  2. 2. Navigate a browser to http://localhost:8082 and enter the jdbc connector code followed by the full path to your db file:
    jdbc:h2:/C:/users/someone/mystuff/tika-eval/comparisondb

...