I am trying to get a Robot framework in place based on Python. On one side of the test block box is a Python simulator for which I have written test libraries to interact w
To directly use keywords written in java, you'll need to use jython.
Another option is to use the remote library interface. You set up a little XML-RPC server (in java), then import the library by giving robot the address of the server.
The good news is that someone has already written a java based server. See https://github.com/ombre42/jrobotremoteserver