Contents > Developing ColdFusion MX Applications > Building Custom CFXAPI Tags > Approaches to debugging Java CFX tags > Debugging in a Java IDE PreviousNext

Debugging in a Java IDE

You can use a Java IDE to debug your Java CFX tags. This means you can develop your Java CFX tag and debug it in a single environment.

To use a Java IDE to debug your CFX tag:

  1. Start your IDE.
  2. In the project properties (or your IDE's project setting), make sure your CFX class is in the web_root\WEB-INF\classes directory or in the system classpath.
  3. Make sure the libraries cf_root\lib\cfx.jar and cf_root\runtime\lib\jrun.jar are included in your classpath.
  4. In your project settings, set your main class to jrunx.kernel.JRun and application parameters to -start default.
  5. Debug your application by setting breakpoints, single stepping, displaying variables, or by performing other debugging actions.

Contents > Developing ColdFusion MX Applications > Building Custom CFXAPI Tags > Approaches to debugging Java CFX tags > Debugging in a Java IDE PreviousNext

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6.1

Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.