Sun Studio 12: Debugging a Program With dbx

jclasses Command

The jclasses command prints the names of all Java classes known to dbx when you give the command. It is valid only in Java mode.

Classes in your program that have not yet been loaded are not printed.

Syntax

jclasses

Print the names of all Java classes known to dbx.

jclasses -a

Print system classes as well as other known Java classes.