[antlr-interest] Java build problems 2.7.4

Robert Colquhoun rjc at trump.net.au
Thu Jul 8 21:36:03 PDT 2004


Hello,

At 07:19 AM 9/07/2004, stevenklynch wrote:
>Trying to build antlr 2.7.4 and having great difficulty. Using JDK
>1.4.2 following directions in install.html file.

I have a ant build.xml file for antlr laying about somewhere, i could post 
it if you want.

>Problem 1 had to make code fix to Tool.java file as on line 150
>there is no method defined as doEverything.
>
>Once I commented this code out I then tried to use the command: java
>antlr.build.Tool build as per the documentation.
>
>I then get the following error:
>
>Exception in thread "main" java.lang.NoClassDefFoundError:
>antlr/build/tool (wrong name: antlr/build/Tool)

java is case sensitive even on windows need to run 'java antlr.build.Tool'

  - Robert



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/antlr-interest/

<*> To unsubscribe from this group, send an email to:
    antlr-interest-unsubscribe at yahoogroups.com

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



More information about the antlr-interest mailing list