cancel
Showing results for 
Search instead for 
Did you mean: 

Added JAR files are removing while Building

Sreejith1
Contributor
0 Kudos

Dear Gurus,

I will explain my problem.

I am developing a portal standalone application.There I have to read one Excel file.

So I used 'jxl-2.6.jar' which was not available in the server.

I have created one external library project and uploaded respective jar to server.

I have checked the same in visual admin as per blog "http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2361"

and it was fine.

Now my problem is if I build my project, it is showing the error in import statement.

I have tried these all

1) added that jar as used DC

2) added the library project as project reference

3) in Java build path i have added 'Add JARs'.

When I am adding this no error but when i build, it will show error and it is removing this jars from Java build path.

Thanks in advance,

Ram

Accepted Solutions (1)

Accepted Solutions (1)

Sreejith1
Contributor
0 Kudos

The problem Solved.

The issue was with assembly and compilation part while adding to public part.

this link is having good info

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4512

Answers (0)