Remote debugging tutorial
This tutorial is a feature of JBuilder Enterprise.
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,
samples/RMI
folder of your JBuilder installation.
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:
SimpleRMI.html
- The HTML file that provides a descriptive overview of the project. This file provides instructions on creating an RMI application in JBuilder and running it.
SimpleRMI.policy
- The security policy file.
SimpleRMIClient.java
- The client class that connects to the server object.
SimpleRMIImpl.java
- The class that implements the RMI server interface.
SimpleRMIInterface.java
- The RMI interface.
SimpleRMIServer.java
- The server class that creates an instance of the Impl
class.
In Step 2, you will set client and server runtime and debug configurations.