Create new JBoss Tools Documentation Jira issue

This will launch the Jboss Tools Jira page - to complete your feedback please login if needed, and submit the Jira.

JBoss.orgCommunity Documentation

Chapter 1. Introduction

1.1. Requirements
1.2. History
1.3. Key Features of JMX Tools
1.4. Installation
1.5. Quick Start
1.6. Other relevant resources on the topic

JMX Tools allows to setup multiple JMX connections and provides view for exploring the JMX tree and execute operations directly from Eclipse.

This chapter covers the basics of working with JMX plugin, which is used to manage Java applications through JMX and its RMI Connector.

JMX Tools

Figure 1.1. JMX Tools


Requirements to use JMX Tools are the following:

JBoss Tools' JMX project is a fork of eclipse-jmx, a project by Jeff Mesnil. It was forked with permission.

For a start, we propose you to look through the table of main features of JMX Tools:


Here, we are going to explain how to install the JMX plugin into Eclipse.

JMX Tools is one module of the JBoss Tools project. JMX Tools has no dependency on any other part of JBoss Tools, and can be downloaded standalone. Even though the JMX Tools have no dependencies, other plugins, such as AS Tools, do depend on the JMX Tooling and even extend it.

You can find the JBoss Tools plugins over at the download pages. The only package you'll need to get is the JMX Tooling, however the AS Tools would give you a more full experience when using JMX with JBoss Servers. You can find further download and installation instructions on the JBoss Wiki in the InstallingJBossTools section.

To start using the JMX Tools, it's necessary to open MBean Explorer. Go to Window > Show View > Other and then select MBean Explorer and click OK.

The MBean Explorer lists all of the domains, mbeans, attributes, and operations inside a connection. When you double-click on a MBean in the MBean Explorer, it opens a multi-page editor to manage the MBean. The MBean Editor is composed of these pages:

You can find a set of benefits and other extra information on: