cancel
Showing results for 
Search instead for 
Did you mean: 

Problem using External Library DC

mauricio_padilla
Explorer
0 Kudos

Hello,

First of all, I'm a java programmer kind of new to NWDI. I'm working on a Java DC that's meant to send e-mails which of course uses the JavaMail API, so I understand I have to add to my SC another DC of type External Library that contains the jar files I need. Here is where it all falls apart. I have followed step by step several possible solutions to this and still gettin' the "import cannot be resolved" error message in my Java Perspective. The procedure I'm using is the one described in this thread:

Can anyone help me out with this? I'm using NWDS 7.0.14

Thanks in advance...

Accepted Solutions (1)

Accepted Solutions (1)

snehal_kendre
Active Contributor
0 Kudos

HI,

That post was to big. so without reading it im posting.

1 create a library DC.

2.Add the jar files in it.

3. create a public part of type API and SDA.(use SDA if you want to deploy it with the project(just like an add external jar file) or use API part (if you want to use it as add jar file option))

4. use that public part in you DC.

5. use add jar option in your build path.

if you have done these an having an error please tell me at what step you have a problem

Answers (0)