I have JDeveloper desktop application that uses Apache Commons HTTP Client 3.1 class org.apache.commons.httpclient.HttpClient. Apache Commons Http library is added to the JDeveloper project and project can be compiled / build without errors. But there is runtime error when HttpClient is being instantiated:
Sep 09, 2015 10:16:01 PM oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl createIncident
INFO: Diagnostic dumps that would have been executed for problem key DFW-99998 [java.lang.ClassNotFoundException][java.awt.EventDispatchThread.run]:
- jvm.threads [ context:true timing:true ]
- dms.metrics [ dump:LocalDMS ]
- dfw.samplingArchive
What I am doing incorrectly, how should I add library to the project that project can work in runtime as well?
Thanks in advance!