Search code examples
javaeclipsermi

How do you stop a Java RMI application in Eclipse?


I followed some tutorials (i.e this one)on Java RMI in Eclipse and got the program running.

The trouble is, I can't find any instructions on how to stop the RMI program from running. I want to know for general knowledge purposes, but also because when I try running the program again (after making changes) I get a message that the port is already bound to the previous run which is still active.


Solution

  • The button on the right can be used to toggle between active output consoles. When you reach the console for the RMI server you want to end, click the red square (on the left)

    Eclipse end console process