I installed Python and Robot Framework, I developed my test libraries with python and run my test cases with pybot..
Is there anyway to use Java based libraries in my test cases without installing and switching to Jython?
Or could I install Jython, but just use Jython as a way to import Java based libraries into my existing robot framework testcases?
My team has made quite a few Python based libraries but we have found some Java based libraries that offer functionality we're interested in using for our testing.
(I still want to run my cases with "pybot", not "jybot"..)