| ILOG JRules User Guide > Running and Debugging > Tasks > Debugging Remotely > Debugging Remotely without an Application Server |
Debugging Remotely without an Application Server |
PREVIOUS NEXT |
You can debug a Java application that executes a ruleset remotely, on a remote virtual machine. Before you can debug remotely, you need to make sure that you are building your project with available debug information.
To check you are building your project with available debug information:
src/SimpleRuleEngineRunner.java, locate the lines:
.CLASS files or .JAR files to the appropriate location on the remote computer.
You can set the property directly inside your Java code, or you can pass it in the command line that launches the application.
You can now open Rule Studio and debug your Java application with rules remotely.
To debug your Java application remotely:
Configuration_Name you defined in the debugger launch configuration task.
See http://java.sun.com/products/jpda/index.jsp for more details on debugging on Java platforms.
| Copyright © 1987-2008 ILOG S.A. All rights reserved. Legal terms. Documentation homepage. | PREVIOUS NEXT |