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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -