cancel
Showing results for 
Search instead for 
Did you mean: 

Build Error while trying to import a dc from the track.

Former Member
0 Kudos

Hi All,

I imported a Java perspective Dc from a track to local developement,

When i tried to build locally developed dc, but i was getting a build error as

"error reading C:\Documents and Settings
.dtc\0\DCs\dc_ext_lib\_comp\gen\default\public\Excel_API\lib\java\Jexcel-install.jar; error in opening zip file"

There was a error in opening the JExcel file.

Any Ideas?

Thanks,

Anil

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anil,

I think the jar file(Jexcel-install.jar) is zipped.Unzip the zar file from the folder......lib/java.

Or else remove the jar file and import the application into NWDS,then add the jar externally from the NWDS.

Make sure that the dc does not have any files.

Once you import the dc rightclick on the prj-.properties-.add the external jar file or directly place the jar file in java folder.

Regards,

Lavanya.G

Answers (1)

Answers (1)

p330068
Active Contributor
0 Kudos

Hi Anil,

Please put Jexcel-install.jar in LIB folder of your DC OR use separate external library for JAR files and use it is Other DC's.

Try to exract JAR file it is extracting properly or not.

Hope it helps

Regards

Arun