[antlr-interest] Error for class ANTLRInputStream

Borneq a.moderacja at gmail.com
Mon Jul 12 11:30:28 PDT 2010


import org.antlr.runtime.*;

public class v3me {
	public static void main(String[] args) throws Exception {
		ANTLRFileStream fileStream = new ANTLRFileStream("ANTLR.g");
		ANTLRInputStream input = new ANTLRInputStream(System.in);
        }
}

I debug. can step over ANTLRFileStream but on ANTLRInputStream is
exception ClassNotFoundException.
I don;t know why can find one class and can't find second


More information about the antlr-interest mailing list