jarfile jclient.jar

Hi all, I found a problem while executing the following command:

java -jar jclient.jar -u …etc…

when I am trying to execute the Cmdwinpunt node this give me the following error:

unable to access jarfile jclient.jar…

please could you help me? many many thanks!

Hi @eloisa,
this error message indicates that the file can not be found, did you try providing the full path to the file?
Try something like: java -jar C:/path/to/jar/jclient.jar -u.

best,
Gabriel

1 Like