InvocationTargetException for ClassLoaders.callStaticFunction Java Eclipse
I have created a program to convert text to xml by using ReverseXSL API. This program is to be executed by an application by calling static method ( static int transformXSL ). I am able to execute and produce output with running from Eclipse. However, When I ran program (jar) by using application it stuck somewhere and I couldnt find anything. Then, I debugged by "Debug as...-> Remote Java Application" in Eclipse from Application and found "InvocationTargetException" at ClassLoaders.callStaticFunction. Below Static method is called by application. public class MyTest4 { public MyTest4() { }