0

Can someone tell me how I can install jflex (The Fast Scanner Generator for Java) on my Mac? I searched everywhere on google and I can't find it.

Can you help me ?

Basuz93
  • 19
  • 2
  • What about the "Installing JFlex" right on the homepage? http://jflex.de/installing.html –  Feb 01 '15 at 17:54
  • And you don't even need to install JFlex if you use Maven (disclaimer: I wrote the maven-jflex-plugin) – rds Apr 12 '15 at 17:03

3 Answers3

0

There is no separate Mac installer, but you can use the same commands as on Linux.

The installation instructions on http://jflex.de/installing.html now mention this explicitly.

lsf37
  • 535
  • 2
  • 7
0

If you are having Brew installed and setup in your Mac,

Use this command: brew install jflex

vijay9908
  • 59
  • 2
0
brew install jflex

Worked for me, still learning how to use this in class so I'm not sure how to use it just yet.

bad_coder
  • 11,289
  • 20
  • 44
  • 72
Waleed
  • 1
  • 1