cancel
Showing results for 
Search instead for 
Did you mean: 

JXL usage using Resource Type via Upload File UI Element

Former Member
0 Kudos

Looking for help on the following:

Using: Netweaver Developer Studio: 7.0.8

Created Library DC with jxl.jar library added

Rightclicked on jxl.jar and added to public part (Did this twice, once for api and the other for sda

Created WebDynpro DC, and included jxlDC as used DC, and is being referenced when I build and deploy the reference.

Problem 1: import statement isn't being added automatically, nor can it be found. Any ideas as to the formatting of the import statement from the incoporated public part of the DC?

The library doesn't seem to be available via any of the standard paths.

Does anyone have an example code snippet with the library import statement and the read from the IWDResource into a workbook object?

Thanks for any assistance, the blogs and pdfs regarding fileuploadui don't address this info.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member192434
Active Contributor
0 Kudos

Hi Michael,

I believe the jxl jar file not been imported properly you need to re-import it, and then

Repair your project by right clicking on your application,

As per as lib is concern just click Navigator prospective, there you will see lib folder

and can import required jar file.

I hope it will solve your problem.

Thanks

Anup