Getting Started with ANTLR v4

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Permanently: Using System Properties dialog > Environment variables > Create or append to CLASSPATH variable
  • Temporarily, at command line:

    Code Block
    languagebash
    SET CLASSPATH=C:\Javalib\antlr-4.0-complete.jar;%CLASSPATH%

    (Do we need . "dot" in there too?)

3. Create short convenient commands for the ANTLR Tool, and TestRig, using batch files or doskey commands:

...