I am writing an app in businessobjects sdk and I need to develop it with like 8 million businessobjects jars brought into the build path.
I need one jar - opencsv - that will not be in the businessobjects platform build path when I run the app, so I think I should package this jar with my runnable jar for sure. The other businessobjects jars I do not need to package with my jar, BOE is already configured with them in the build path when I run the app from BOE .
However, do I need to package ALL the jars? I only want one third party jar to go with my runnable jar.
Is there a way I can pick and choose which jars I pacakge with my runnable jar?