cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot find logging.jar

Former Member
0 Kudos

Hello all,

I am currently trying to use SAP logging API in a development component that is part of development track.

On my Pc, in order to compile it, I had to add and modify the following variable to the project, so that the compilation can work properly:

SAP_LOGGING_LIB_HOME

In CBS, I kept getting the fopllowing issue which means the logging.jar is not part of the classpath.

[javac] Compiling 3 source files to P:\usr\sap\WAS\DVEBMGS00\j2ee\cluster\server0\temp\CBS\95\.B\723\t\4ABDA612A873E13343FAD2FF5215BF87\classes

P:\usr\sap\WAS\DVEBMGS00\j2ee\cluster\server0\temp\CBS\95\.B\723\DCs\hp.com\appl\es_interface\_comp\source\com\hp\es\service\util\ESLog.java:12: package com.sap.tc.logging does not exist

import com.sap.tc.logging.*;

What should I do?

Antoine

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Hello Antoine,

Add "default" public part from SAP-J2E->tc/logging to used DCs of your DC.

Best regards, Maksim Rashchynski.