"To open the livebeans graph a process must be run with the following or similar VM arguments:\n\n"
+ BootLaunchShortcut.liveBeanVmArgs("${jmxPort}")
);
}
LiveBeansModel model = LiveBeansModelGenerator.connectToModel(serviceUrl, /*username*/null, /*password*/null, /*appName*/"", project);
IViewPart part = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage()
.showView(LiveBeansGraphView.VIEW_ID);
if (part instanceof LiveBeansGraphView) {
((LiveBeansGraphView) part).setInput(model);
}