Search code examples
webspherewebsphere-8

ClassNotFoundException in IBM Websphere 8.5 application server


I have deployed the Ear file on IBM Websphere 8.5 AS. When I am using my application it is giving me one ClassNotFoundException but class for which it is giving the exception is in jar file which already in the ear file. So, can you please tell me what is the cause of this problem? Do we need to configure some thing in websphere AS so that it will add these jars in to classpath?


Solution

  • Problem got resolved,There is manifest file inside the EML.war file which is inside the ECM.Ear I added the jar file name under the classpath inside the manifest file.