java - Get a listing of all currently loaded classes in a given JVM instance -
it'd handy know classes loaded given jvm instance.
is there way them through jvisualvm, instance?
edit: i'm aware of solution given @ java - list of classes loaded in jvm, yet i'd know if there's way through jvisualvm or other tool. @ moment i'm working against rcp application, , i'd prefer not having run application through java tool (i'm lazy, yes).
did try jconsole?
jconsole should able display list of loaded classes, see jconsole documentation.
see viewing overview information section, screenshot shows number of loaded classes. plus, can see tab called classes, class loading info is.
Comments
Post a Comment