Home Step 02

Remote debugging tutorial

This tutorial is a feature of JBuilder Enterprise.

Step 1: Opening the sample project

This tutorial uses the sample project that is provided in the samples/RMI folder of your JBuilder installation. Before running this tutorial, make sure that you have installed the samples folder.

In this step, you will open the project file. To open the sample project,

  1. Choose File|Open Project. The Open Project dialog box is displayed.

  2. Navigate to the samples/RMI folder of your JBuilder installation.

  3. Double-click SimpleRMI.jpr. The project is opened in the project pane. The files in the project are listed in the project pane. This project consists of six files:

In Step 2, you will set client and server runtime and debug configurations.

Home Step 02