Skip to Content
0
Former Member
Sep 15, 2005 at 11:33 AM

Cannot find logging.jar

49 Views

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