Hi experts.
I've tried to export a external jar in my web dynpro component.
i found in forum some thread about that, for example this thread:
Link: [https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2361] [original link is broken] [original link is broken] [original link is broken];
this is my steps:
1 - create a new component External Lybrary.
2 - put the jar file in the libraries directory
3 - create the public part
4 - make the build
5 - in my web dynpro project i create the used component dependency.
In design, build and deploy all is OK, but in Runtime happen a exception. All the classes that i have in jar file, the web dynpro component don't found and cause a ClassNotFoundException in runtime.
Can anyone help me?
Marcos