Robot 3 Claims of running test cases by a universal runner profile

Hi All,

i am trying to run a test case that is a mix of java and python keywords, until now i was using jython(jybot) or via maven robot:framework plugin and it was working fine, but off late some new python keywords are introduced that uses some library from cython(lxml.etree) which jython doesn’t support , so i am looking for the universal runner profile(robot) , but unfortunately it doesn’t works as its not importing the java libraries although i have specified the right PYTOHN path.

robot --pythonpath /home/XXX/code/XX/target/libs/ /path/to.test

Has anybody already used this.?