Go to main content
Oracle® Developer Studio 12.6: Debugging a Program with dbx

Exit Print View

Updated: June 2017
 
 

jclasses Command

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

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

Syntax

jclasses [–a]

Print the names of all Java classes known to dbx.

If the –a option is specified, print system classes as well as other known Java classes.