Skip to Content
0
Jan 03, 2011 at 01:32 PM

add jars to sap classpath

28 Views

hi,

i have alot of projects in my nwdi with one library project per track, but i need to add every jar i use in my projects as a used dc (one for compilation and one vor assembly). but the thing is, every deployed project (sda) has almost every jar packed in it, so if i have 20 portal components, every portal component has like 10 jars (if i use apache commons for example). so i thought there must be a folder inside the j2ee server, with holds some libraries, so i just need a compilation-used dc and no assembly anymore, because the j2ee server would have loaded the jar already. i searched the forum and the hel and the server itself (java classpath), but havn't found anything good. any suggestions? another thing is that i wrote a own native libraries... so i just need to copy the dll/so to a PATH-folder.. like windows or /usr/bin.. right?