Hi Kevin,
Thanks you for reply.
I will execute RF in Python, so I’ve downloaded jrobotremoteserver standalone source (zip) from https://github.com/ombre42/jrobotremoteserver/releases
It includes jrobotremoteserver and the Remote Library example.
Next I did the following (I know that I did something wrong, so correct me, please):
1.Before including my libraries and jrobotremoteserver in CLASSPATH I want to run the command
java org.robotframework.remoteserver.RemoteServer –helpfrom the dir where RemoteServer.java is. But first, probably, I should compile RemoteServer.java. I am getting multiple errors at compilation related to missing packages
2.Afterwards I will need to include in CLASSPATH libraries and jrobotremoteserver.
Should it be CLASSPATH= C:\jrobotremoteserver-jrobotremoteserver-standalone-3.0; C:\jrobotremoteserver-jrobotremoteserver-standalone-3.0\examples\AnnotationLibrary ?
3. And then I am not sure how to modify the command java org.robotframework.remoteserver.RemoteServer --library org.example.MyLibrary:/ port 8270
Thanks for your patience.
Lev