Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You have to edit the arguments too. The Vm arguments host and port are added to connect the LS via socket:

Code Block
-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog
Code Block
-Dhost=localhost -Dport=5007


The default port to which KEITH tries to connect is 5007.

...