cancel
Showing results for 
Search instead for 
Did you mean: 

Compilation Unit Indirectly references the Missing Type : How to Resolve ?

Former Member
0 Kudos

I am making some changes an existing J2EE Application.

A Java progarm present in the Source Folder is reflecting an Error saying " This Compilation Unit indirectly references the missing type com.sap.tc.logging.Category(typically some required class file is referencing a type outside the classpath".

How do i silve this ?

Any Help !!

Thanks

Jack

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi

the com.sap.tc.logging.Category class resides in the logging.jar. This JAR could be found in the following directory of your Web AS installation: \usr\sap\<SID>\JC<instance_number>\j2ee\deploying\lib.

you can even add this as a j2ee library (named Logging)or directly include this jar in the classpath of the project

Hope that helps! please mark helpful asnwers .

regards

rajeshkr

devendervb
Contributor
0 Kudos

Thanks,

it resolved my problem

-Devender