Skip to content

Instantly share code, notes, and snippets.

public static void main(String[] args)
throws Exception {
// Create a JmxProxyLauncher
JmxProxyLauncher jmxProxyLauncher =
new JmxProxyLauncher.Builder()
.setUserName("pambrose")
.setPassword("topsecret")
.build();