cancel
Showing results for 
Search instead for 
Did you mean: 

Libraries in EAR

Former Member
0 Kudos

Could you help me how to work with libraries in Developer Studio? I haven't found explanation in help.sap.com

I have EJB jar that packages into ear. All libraries from build classpath are included into ear. But I don't what to include all libraries.

How to set up which libraries I want to include into ear and add reference on it in order my EJB could work with these libraries?

I don't want to deploy this libraries separatelly.

Message was edited by: Denis Ivanov

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, Denis!

You have to reference the libraries in ejb-jar.xml & ejb-j2ee-engine.xml, after the build open the jar-file with Winzip and remove the redundant files out of the archive.

Regards,

Thomas