[antlr-interest] How to report bugs ?

Martin Probst mail at martin-probst.com
Sat Mar 24 03:12:53 PDT 2007


Hi,

> The use of File.separator I think this is a constant depending on  
> the platform. So if you compile this on a Windows box, it won't  
> work on a *nix box.
>
> The only evidence I have is that the released jar with Antlrworks  
> didn't work on my Mac. I recompiled the antlr jar and it worked fine.

File.separator is a constant in the File class, but Java is a late- 
binding language so this constant won't be inlined until runtime. So  
this should not be an issue on UNIX or Windows systems. And  
ANTLRWorks works for me on my Mac :-) Did you download the .app package?

Regards,
Martin


More information about the antlr-interest mailing list