cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while building the DC project

Former Member
0 Kudos

Hi All,

I have a problem while building the DC project. I am getting two errors which

implies to import a jar file.

I right click the DC project, choose properties and then navigate to the mentioned

path to have the jar file.

Soon after the import of the jar file, the two errors get resolved. But, for the next build it gives me the same error once more.

Can any one help me to resolve the issue. Thanks in advance.

Regards

DK

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

When you use DC approach you should not use properties ui.

Base file in any DC is .dcdef file - based on information stored in this file .classpath file generated every time you build yours project as DC - this is explains your problem.

So instead of adding jar's on buildpath manually you should perform:

1. find in which DC required jar is stored

2. in WD perspective go to DC Metadata ->DC DEfinision -> Used DC

and add required DC and specify 'build time'

Former Member
0 Kudos

Hi,

try to import the Jar files into your DC project.

Follow this thread:

Reward points for helpful answers.

Best regards,

Gianluca Barile