Jopaz 1.3.0 | Compiling with Jopaz | Remote Debugging with Jopaz | Remote Debugging - Stand-alone Remote Debugger | Configuring the Remote Debugging Client
 
Configuring the Remote Debugging Client
1. Navigate to the jpz-remote-debugger folder, which is part of the jpz-jpd directory from the Jopaz Developer package.
2. Open the JopazRunRemote.bat script in an editor, and in the path variable, adapt the location of your JRE (Java Runtime Environment).
Note that Java version 8 is required.
A typical installation location is the C:\Program Files\ folder. For example with Zulu 8, it would be C:\Program Files\Zulu\zulu-8. The variable in the script would then look like this:
set path=C:\Program Files\Zulu\zulu-8;%path%
3. Adjust the host name and port of the remote system to match your system. These are defined in the host and port variables within the script file.
You can set the port on the host side with the configuration property jopaz.debug.port= in the RUNOPT member. This member is located in the Jopaz CONF library.
4. Save your changes.