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



How to run ANTLRWorks?

Run on Mac OS X

To run ANTLRWorks, use one of the following methods:

  • Double-click on the jar file directly
  • Use the command-line with:
    • $ java -jar antlrworks-1.1.4.jar

Run on Windows

To run ANTLRWorks, use one of the following methods:

  • Double-click on the jar file directly if Windows is configured to launch Java when a jar file is opened
  • Use the command-line with:
    • $ java -jar antlrworks-1.1.4.jar

Run on Linux

To run ANTLRWorks, use the command-line:

  • $ java -jar antlrworks-1.1.4.jar

Note: On Linux, make sure the Sun JDK is installed. Any other JDK is not supported as many of them simply crashes when Swing is invoked.