[antlr-interest] C# problem

bsvancara bs at quick.cz
Fri Aug 15 13:34:45 PDT 2003


I am totally new in ANTLR and I know very little about Java.

I am trying to generate code for C#. 

In diretory 
\examples\csharp\java\java.g 
I am running command: java antlr.Tool java.g 

but I get this error mesage:

ANTLR Parser Generator   Version 2.7.2   1989-2003 jGuru.com
Exception in thread "main" java.lang.NoClassDefFoundError: 
antlr/actions/csharp/
ActionLexer
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:130)
        at antlr.Tool.doEverything(Tool.java:249)
        at antlr.Tool.main(Tool.java:399)

Runnig the same command in \examples\java\java works fine. 

Can you help me, please?

Regards
Bohuslav Svancara


 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




More information about the antlr-interest mailing list