Recently I found this git. But when I'm trying to execute it with jshell -J-cp -J./lib/chartsy-jshell.jar --execution rmi:host(localhost),port(52099)
it says zsh: unknown file attribute: 5. So I don't understand how to run it.
Asked
Active
Viewed 2,553 times
0

Federico klez Culloca
- 26,308
- 17
- 56
- 95

Tatonka_q
- 1
- 1
- 1
-
use `"` around `rmi:host(localhost),port(52099)`. – Federico klez Culloca Feb 13 '20 at 11:34
-
@FedericoklezCulloca I tried and get `No ExecutionControlProvider with name 'rmi' and parameter keys: [port, host]`. If I show ECP directly with `jshell -J-cp -J./lib/chartsy-jshell.jar --execution "one.chartsy.jshell.RmiExecutionControlProvider:host(localhost),port(52099)"` it says `Expected ':' in one.chartsy.jshell.RmiExecutionControlProvider:host(localhost),port(52099)`. – Tatonka_q Feb 13 '20 at 11:49