Well this is obvious. It is telling you that it cannot find the java compiler (javac). You did install JDK 1.6 for MAC or Windows right? If so, then it should be in your standard PATH. If for some reason you installed JDK (note the JDK contains the compiler but the JRE does not), and the PATH is not correct, then you can tell ANTLRWorks where to find the compiler in the preferences->compiler tab.
Jim > -----Original Message----- > From: [email protected] [mailto:antlr-interest- > [email protected]] On Behalf Of J.R Karthikeyan > Sent: Wednesday, August 18, 2010 2:55 PM > To: [email protected] > Subject: [antlr-interest] 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.
