Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 294 Bytes

ECLIPSE.md

File metadata and controls

7 lines (5 loc) · 294 Bytes

How to setup M4J as an eclipse project

  • Install the (ANTLR4 plugin) [https://github.com/jknack/antlr4ide]
  • generate the eclipse project files mvn eclipse:eclipse
  • In eclipse, import the project File > Import > 'Existing Projects into Workspace' and point it to your m4j directory.