kpatnalaNew Contributor4 years agoLogging from custom java jar in script snap Hi, I have a Java Jar file which has a method inside a class that returns a string value, and I also have a log4j logger inside the method. I placed these 2 jars mycustom.jar and log4j.jar in nod...Show More
SupratimContributor III4 years ago @kpatnala You can try below step in python scripts- At Import/Declartion sys.path.append(‘/opt/snaplogic/run/lib/custom.jar’) from com.test.mypack import MyClassName Inside try - myClass=new MyClassName() myClass.myFuc()
Recent DiscussionsGenerate expression file from database queryCan we generate XML file in pretty print format using native snapLogic snaps?Solved401 error with HTTP Client and NTLMPagination and nextCursor in headerJavascript to promote top level listsSolved