Posted By:
Anonymous
Posted On:
Friday, July 23, 2004 09:20 AM
Hello
I have downloaded the ANTLR 2.7.4 version. I tried to compile one example (calc) provided with the download. Here is the problem :
java antlr.Tool calc.g
(No problem)
java *.java
Exception in thread ""main"" java.lang.NoClassDefFoundError: Calc/java
I tried with other examples. The problem is the same !
Any suggestion ?
Thank you for advance ! I'm a beginner in ANTLR and java !