Hi all,
I'm currently trying to use ANTLR from within Eclipse but cannot get it to run. I have removed the prebuild jar file and add the project with all sources as an Eclipse project. Unfortunately, when I try to setup the run environment the main class is not found (which is in Tool.java). Manually setting it to "Tool" or "antlr.Tool" (as required when running the prebuild jar from the command line) results in NoClassDefFoundError error messages.
Does anybody know how to set ANTLR up so it runs natively in Eclipse?
Mike

Signature
www.soft-gems.net
Dale King - 24 Mar 2004 20:11 GMT
> Does anybody know how to set ANTLR up so it runs natively in Eclipse?
You use the Antlr plug-in and everything is pretty much automatic. There is
very little configuration to it. See:
http://antlreclipse.sourceforge.net/
--
Dale King
Mike Lischke - 24 Mar 2004 23:43 GMT
>You use the Antlr plug-in and everything is pretty much automatic. There is
>very little configuration to it.
Thanks for the reply, however I already use that plug-in. The problem ist that I can't get ANTLR to execute. I always get the error message about the missing entry point.
Mike

Signature
www.soft-gems.net