I am trying to run a java jar file from Spoon. The jar file contains a single class named "Limpieza" within the package com.overflow.csv.clean. I would like to be able to execute this class with or without parameters. I have placed the jar file in the directory: C:\Program Files (x86)\Kettle\data-integration\lib. To call the Limpieza class from a Modified JavaScriptValue step, I used the following syntax: var jar = com.everis.csv.clean.Limpieza; Unfortunately, this method is not working for me. Is there an alternative approach that could make it work? Additionally, I would like to be able to view the program's logs when it runs. Although I do not encounter any errors during the transformation process. Thank you.