cancel
Showing results for 
Search instead for 
Did you mean: 

add an external library (jxl.jar) in an adapter module

Former Member
0 Kudos

Hi everybody,

We are in PI 7.11.

In an adapter module, I want to add an external library (jxl.jar). (Excel file)

In the project , I added it in libraries without any problem .

The compilation and deployment are ok.

At runtine, the reference to the class of the external library are not known.

The problem is how can I deploy that external library ?

Can you help me about that, please?

Eric Koralewski

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member190624
Active Contributor
0 Kudos

Hi Eric Koralewski,

Make sure JXL jar file was imported to following path, right click on ur project -> build path->Configure build path->Libraries tab -> JXL.jar . Now again deploy your module and test again. Still you are having JXL error, use jxl-2.6.jar  instead of current jar file.

Regards

Hari.

stefan_grube
Active Contributor
0 Kudos

The easiest way would be adding the jxl.jar to the ear file.

If you want to upload the external library separately to have references from other adapter modules, so you create a library project in NMDS and add the library here and deploy it.

You reference the library by JNDI name.