cancel
Showing results for 
Search instead for 
Did you mean: 

Java web service problem

Former Member
0 Kudos

Hi all,

I am creating a web service from standard Java project and in that project another standard Java project is referred. Now when I create a EAR for web service from Developer Studio only the current projects classes are get added in that. I want to create a EAR which should contain the reference project classes and reference jar files also so can any one tell me how can we achieve this

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You should not refer to those libraries via another Java project. Instead, add them as externals Jars into the build paths tab.

Kind regards,

Tsvetomir

Former Member
0 Kudos

Hi,

I can't add jar into the project as that jar will be used in lots of places and if I change anything in that jar I have to update at all the applications so I can't do that.

Thanks