...
- Permanently: Using System Properties dialog > Environment variables > Create or append to CLASSPATH variable
Temporarily, at command line:
Code Block language bash 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:
...