1

Is it possible to execute iwconfig (or any other shell based program) from a java application and then parse the output somehow?

If yes, how?

Kai
  • 2,205
  • 3
  • 32
  • 43

1 Answers1

3

Yes, by using the ProcessBuilder API.

Jonathan Feinberg
  • 44,698
  • 7
  • 80
  • 103