I am using SAP NetWeaver 2004s Sp 09.I have to use external jar in my project .I followed the following steps:
1.Created a External Library DC and added the jars in its libraries folder.
2.Created two public parts api and sda .
3.Exposed the jars to the public part.
4.Created a J2EE Server Component Library DC and added the sda of external library Dc to its used DC.
5.Deployed the Library.
When I was using the library in my web Dc ,I followed the following steps:
1.Added the api in my web module DC
2.Added the run-time reference of the library in my EAR
but i found an exception "ClassNotFoundException".The application was unable to find the jar at runtime.So please help me out.