I am making a small app and I need opencsv for it. The app is deployed to SAP BI 4.1 and I am using the scheduling functionality.
If I did not need opencsv, I could deploy it to BOE and I would not need to package or extract the jars that the program needs. The reason being that BusinessObjects already has them in the java/lib folder.
However, how can I include the opencsv jar without packaging all the jars with my jar? Basically, I need to do the same as "configure build path" in Ecplise for my project, but I need to do that through the Business Objects platform, so that I am configuring their build path. Please help!