You must be able to start a remote debugging session.
1 / When starting the application from the first eclipse
specify the following parameter:-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000
2/ Remote Java (Run > Debug> Debug Configurations... > Remote Java Application.)
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000
( port 8000 ), " ".
. Eclipse.
Java-, .
