Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your profile (name, country/region, and company) is displayed to the public and will accompany any content you post. You may update your IBM account at any time.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

IBM Diagnostic Tool Framework for Java Version 1.10

The Diagnostic Tool Framework for Java (DTFJ) is a Java application programming interface (API) used to support the building of Java diagnostics tools.

IBM DTFJ overview

DTFJ works with data from a system dump that has been processed by the jextract tool. The jextract tool produces metadata from the dump, which allows the internal structure of the JVM to be analyzed. You must run jextract on the system that produced the dump. (For more information on jextract see the Diagnosis documentation.)

The DTFJ API helps diagnostics tools access the following information:

Installation instructions

For Eclipse 3.4:

  1. Download the IBM DTFJ plugin which is packaged as an archived update site dtfj-updatesite.zip.
  2. From the Eclipse menu select Help > Software Updates
  3. In the dialogue that appears, select Available Software and click Add Site ...
  4. Select Archive...
  5. In the dialogue box, select the dtfj-updatesite.zip file from the file dialogue and click Open.
  6. Ensure IBM DTFJ zip file is selected. Click Install.
  7. Click Next, read and accept the license agreements.
  8. Click Finish.

For earlier versions of Eclipse:

  1. Download the IBM DTFJ plugin which is packaged as an archived update site dtfj-updatesite.zip.
  2. From the Eclipse menu select Help > Software Updates > Find and Install...
  3. In the dialogue that appears, select Search for new features to install and click Next.
  4. Select New Archived Site...
  5. In the dialogue box, select the dtfj-updatesite.zip file from the file dialogue and click Open.
  6. At the 'Edit local site' dialogue, in the 'Name' field enter IBM DTFJ updates and click OK.
  7. Ensure IBM DTFJ updates is selected as a site included in the search. Click Finish.
  8. Select all of the 'IBM DTFJ' features to install. Click Next.
  9. Read the license agreements and if you agree to them click Next.
  10. Click Finish.
  11. Click on Install all to initiate installation.

Contact information

For comments specific to this download please send mail directly to us.

Additional resources