cancel
Showing results for 
Search instead for 
Did you mean: 

Problem importing java bean model

Former Member
0 Kudos

I had importing a lot of classes from my bussiness model but I have some problem with some classes. Those classes uses others from external jars, like common collection.

I imported common-collection.jar to wd project, but I got the same error. Is posible use external classes in my model? How can I import it? (external jars)

Accepted Solutions (1)

Accepted Solutions (1)

lokesh_kamana
Active Contributor
0 Kudos

Hi,

You have to create a DC of type extyernal library.

And paste the external library in the libraries.

And craete public of both types SDA & API.

Right click on the pasted jars in the libraries folder.

Right click on the jar>Development Component->Add to public part(Create a one with API radio button selected).

Repeat the same step selecting SDAs radio button.

Now add the public part created by you in the Web dynpro DC ur working .

Thanks & Regards,

Lokesh

Answers (0)