cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter module for xl files..jxl.jar

Former Member
0 Kudos

Hi Experts,

I have created an adapter module for XL file based on this blog

/people/sap.user72/blog/2005/07/04/read-excel-instead-of-xml-through-fileadapter

In the how to document, we include the svc files in application-j2ee.xml, sinc eim using jxl.jar..do i have to add this also..

its already compiled in the bean..so im wondering do i have to add in in the j2ee.mxl?

any idea on this?

Accepted Solutions (1)

Accepted Solutions (1)

jyothi_anagani
Active Contributor
0 Kudos

Hi Teja,

No need to add at applicationj2ee.xml...You have to add that jxl.jar at only while creating the bean,

Choose Project --> Properties  --> Java Build Path  --> Libraries -->Add External Jars  to assign the
    Libraries to your project

.

Here only you have add this jxl.jar...

No where more than this. I have done this, I have used only here. It is working fine for me..

Thanks.

Former Member
0 Kudos

Thanks Jyothi,

I have developed the adapter module based on the code u had given me.. et to deploy it...

will keep u posted in case i come across any errors :-)..thnx

jyothi_anagani
Active Contributor
0 Kudos

Hi Ravindra,

I welcome for your further Queries.

Thanks.

Answers (0)