Using cygwin on windows 7.
To compile all my files, follow these steps:
javac -cp ./antlr-3.2.jar *.java
which works great. Then i try
java -cp .:./antlr-3.2.jar Interpreter
where the interpreter is a .java file, which, as I know, is in the current directory. I thought adding . in pathpath will fix my problem but i still get
Error: Could not find or load main class Interpreter
bender
source share