It'd be handy to know which classes are currently loaded by a given JVM instance.
Is there some way to get them through JVisualVM, for instance?
Edit: I'm aware of the solution given @ Java - Get a list of all Classes loaded in the JVM, yet I'd like to know if there's a way to do that through JVisualVM or some other tool. At the moment I'm working against a RCP application, and I'd prefer to not having to run the application through the java
tool (I'm lazy, yes).