Jar not found when executing class
Hi there, I'm working through a ANTLR (a language processing library) book and there are many examples that should be easy to compile using the command line. Some information to get te problem: antlr-3.2.jar contains the library classes. I added the antlr-3.2.jar to the CLASSPATH environment variable (Windows 7) and when compiling th...