Is there a way via JVMTI or system property or anything to get the "main" class name of a Java application? We could use this to report the app name in a nicer way, rather than concatenating the whole java command line, for example. Thanks, Eric