Good day,
I would like to know how I could import and call my library contained in a .jar file directly through RingoJS.
Thank you.
Edit:
Here is some additional informations. I have compiled a class named xsltProcessor that uses the SAXON library into a .JAR file. That class has a method named transform( xml file source, xslt file source ). That is the class and method I would like to use in RingoJS.