# io.github.libtmux.ServerConfig.ServerConfig.binaryPath

- **Module:** io.github.libtmux.ServerConfig.ServerConfig
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/ServerConfig.java#L58
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-serverconfig-serverconfig-binarypath/

```
io.github.libtmux.ServerConfig.ServerConfig.binaryPath() -> String
```

The binary as a path, resolved the way this process resolves it.

<p>What to write into a command a pane will run. A pane resolves a bare name against the
user's {@code PATH} rather than this process's, and a tmux client built from a different
release than the server it reaches is dropped rather than served. Falls back to the name when
nothing on {@code PATH} matches, which leaves the caller no worse off.
