cancel
Showing results for 
Search instead for 
Did you mean: 

Error when setting the JARM level up to 10

Former Member
0 Kudos

Hello,

I would like to improve the performance of our Web Dynpro Application.

I set the JARM-Level up to 10 in order to look in the Web Dynpro Console and search for slow functions etc.

But if I want to deloy my application, I always get the error:

"This compilation unit indirectly references the missing type com.sap.util.monitor.jarm.IMonitor (typically some required class file is referencing a type outside the classpath)"

This error appears in the file "InternalNavigationView.java" (which is generated by the Web Dynpro Code Generator)

I tried to add the import "com.sap.util.monitor.jarm.IMonitor ", but this import doesn't exist.

Does anybody know, how I can fix the problem?

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bettina,

If you are developing your aplication as DC then

1) expand ur DC

2) select Used DCs(right click on it)

3) Add Used DC

4) In the new window Expand Local Development

5) Expand SAP_JTECHS

6) Select com.sap.util.monitor.jarm and click on finish

If it is a project then

1) Right click on your proejct and select properties

2) Select Java Build Path

3) Add External Jars, now select the required jar files which needs added.

Regards,

Jhansi

Former Member
0 Kudos

Just in case anyone, like i, has the same symptoms

and, like me, is wondering which JAR this class might be found in:

i found it in jARM.jar

which, for example, can be found in

/sap/J2E/JC00/j2ee/j2eeclient/signed/

hth,

e

Answers (0)