Skip to Content
0
Former Member
Oct 13, 2017 at 07:09 AM

Problem with getting java system properties from java class for different development components

157 Views

Hi All,

Let me explain my scenario:

I have following DCs(Development components) in different SCs(Software Component)

dc1 in SC: sc1 and dc2 in sc2.

I have configured sap configuration in both the DCs and have following java files

java1 in dc1 and java2 in dc2.

I am invoking java2 method m1 from java1.

m1 method of java2 is fetching the java system properties configured in dc2.

But when i m running the code , m1 instead of getting properties configured in dc2 , it it trying to fetch it from dc1, hence not able to pick the property.

Need help in fetching the java property from dc2.