cancel
Showing results for 
Search instead for 
Did you mean: 

J2EE debugger cannot determine class type

Former Member
0 Kudos

Hi,

when i try to remote debug servlets, jsps or enterprisebeans, i always get the source code finder window popup writing:

"the source of the type 'ocm.sap.internal.jcmsystool.SystoolProcessor' could not be shown as the type was not found."

I tried to pack the web project into a jar and add it explicitely to the source code searchlist, but even that did not help.

i use nwds 2.0.15

thanks in advance, joerg.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Joerg,

In this window check what jar/zip/dirs are used for source lookup.

With remote debugging it is common to setup debug configuration for project A, then use it for debugging project B. And debugger is unable to find sources of B in A (that is defined via configuration)

VS

joerg_maier
Explorer
0 Kudos

Hi,

the web project is part of the source lookup list. as it contains only a .war file and no zip or jar files, i exported a jar file containing the classes in the project (and added it to the source lookup list via config), but still the source lookup fails.

thanks in advance

joerg