posted 18 years ago
Hi,
I guess you are deploying your war file using the JDeveloper.
I you add the third party jar in ProjectProperty >> Profiles >> Development >> Paths it will work in JDeveloper, but when you deploy (if you are deploying through JDev) the jar file won't be taken to WEB-INF/lib.
Make sure the third party jar file is included in ProjectProperty >> Profiles >> Development >> Libraries. In this case the jar file will be taken to the proper directory.
Sam