Thanks a lot Jim Idle. I included the path and now it is working fine. Thanks, Jrk
________________________________ From: J.R Karthikeyan <[email protected]> To: [email protected] Sent: Wed, 18 August, 2010 2:55:01 PM Subject: Re Regardig time out Hi, I think there is some problem in my setup. I have attached the screen shot of the command window. It shows some error because some file is not found. Please refer the attached files along with this email. Thanks a lot, Jrk _________________________________________________________________________________________________________________________________________ Well the first thing I get is: [15:59:05] error(201): t.g:4:5: The following alternatives can never be matched: 3 This is because your parser rule does not make sense. It should be: simplerule : CHAR* EOF ; However, that token makes more sense to be called WORD to be honest. IF you cannot launch the debugger after that, then there is something wrong with your setup. As I say below, you should start ANTLRWorks from a command line console and see what it tells you when you try to start the debugger. Do you have firewalls for instance. Jim 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.
