[antlr-interest] Regarding using Antlr-3.0ea8

Terence Parr parrt at cs.usfca.edu
Sat May 13 09:11:12 PDT 2006


On May 13, 2006, at 4:24 AM, Avinash Malik wrote:

> Hello,
>       I was trying some examples in the examples-v3 I was trying out
> this perticular example with, C- language I used the AntlrWorks to
> actually verify the grammar but when It came to making the template
> output this is what I get when I try to put the input through the
> parser,
>
> internal error:
> org.antlr.runtime.debug.DebugParser.reportError(DebugParser.java:87):
> java.net.BindException: Address already in use: JVM_Bind
>
> What exactly is the problem here??

You have multiple parsers running; the second is trying to open a  
server socket on the same port to communicate with AW.  Kill all  
running parsers and try again :)
Ter



More information about the antlr-interest mailing list