jpm =
new UnsupportedJavaProcessManager( "JDK version " + SystemUtils.JAVA_RUNTIME_VERSION
+ " doesn't support this command" );
return;
}
JavaProcessManager j;
try
{
ClassLoader cl = JConsoleClassLoaderFactory.getClassLoader();
if ( SystemUtils.IS_JAVA_1_5 )
{