Hello,
when I try to step into ANTLRStringStream, the debugger
complains "Source not found". Via button "Edit Source
Lookup Path" I tried to add the runtime-sources at
...\ANTLR3\antlr-3.4\runtime\Java\src\main\java\org\antlr\runtime
without success. Code snippet:
import org.antlr.runtime.*;
public class Test {
public static void main(String[] args) throws Exception {
// Create an input character stream from standard in
ANTLRStringStream input = new ANTLRStringStream( "..." );
...
\org\... is already included in the \src-folder of the project
and antlr-3.4-complete.jar as "Referenced Libraries".
And I can run the test application. Any hints?
Many thanks and greetings
Udo
List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe:
http://www.antlr.org/mailman/options/antlr-interest/your-email-address
--
You received this message because you are subscribed to the Google Groups
"il-antlr-interest" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/il-antlr-interest?hl=en.