Home | Download | ANTLRWorks | Wiki | About ANTLR | Feedback | Support | Bugs | v2


Latest version is 3.0.1
Download now! »

Download
» Home
» Download
» ANTLRWorks
» News
»Using ANTLR
» Documentation
» FAQ
» Articles
» Grammars
» File Sharing
» Runtime API
» Tech Support
» Bug Tracking
»About ANTLR
» What is ANTLR
» Why use ANTLR
» Showcase
» Testimonials
» Getting Started
» Software License
» ANTLR WebLogs
» ANTLR Workshops
»StringTemplate
»ANTLR v2
»Feedback
»Credits
»Contact


Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)

Search



FAQ

FAQ

Q: Unable to compile the grammar when debugging

Make sure that the path to the javac tool is defined in the system classpath or in Preferences > Compiler. For example, on Windows, such a path could be C:\Program Files\Java\jdk1.5.0_03\bin\javac.

Q: Where are the preferences file located?

The preferences are located in various places depending on the operating system:

  • Mac OS X: ~/Library/Preferences/org.antlr.works.plist
  • Windows: use regedit.exe and browse the entries under HKEY_CURRENT_USER\Software\JavaSoft\Prefs\org\antlr\works

Q: Unable to debug under Windows Vista

In Windows Vista, if you are getting an error or a time-out when trying to debug, it is possible that port 49153 (which is the default debug port used by ANTLRWorks) is already used by another application. There are two ways to solve this issue:

  • Change the default debugger port in Preferences > Debugger and restart the debugger
  • Close the application using the port. This can be done by following steps like those