Bryan S Follins wrote: > Hello All, > > > > I am taking a class where I have to use ANTLR and ANTLRWorks. Since the > ANTLR software package is in a jar file, I need a Linux OS to download > and install it, right?
Short answer: no. Slightly longer, less pleasant answer: do you actually have any experience with Java already? Jar files are as portable as java, which is to say "very" Longer, less unpleasant answer: recent versions of Windows will, if a Java VM is installed, run executable jars (including ANTLRWorks) out-of-the-box, just by double-clicking them. The ANTLR tool isn't an executable jar, but ANTLRWorks will run it for you quite happily. If you need to run it separately, you just have to use a windows command line. If you are using a mac, I believe it's similar to windows in terms of running things. -- Sam Barnett-Cormack 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 -~----------~----~----~----~------~----~------~--~---
