I have tried the following in order to add external jar's to my EJB but I get a runtime exception saying class not found or class method does not exist.
1) First I added the xxx.jar as external jar's from the EJB properties build path (This helps avoiding compilation errors).
2) Then I added the xxx.jar under EAR Utility JAR's by importing them as external jars.
3) Then I updated the manifest.mf of the EJB with Class-Path: xxx.jar
4) EJB deploys fine but throws a run time exception saying it is unable to find the classes in the xxx.jar file.
Note: Please provide settings in RAD6 envi. Any help would be appreciated. Thanks.