What is the command or hotkey for stopping a running program in DrJava?

25,263

Solution 1

To shut any command line program just type Ctrl+c. It will look like this on the command line : ^C

This is called an escape sequence.

EDIT I think you may be able to use Ctrl+D or ^D also

Solution 2

There is a "Reset" toolbar command to the right of compile. That will stop the running program in Dr. Java.

Share:
25,263

Related videos on Youtube

Eimantas Baigys
Author by

Eimantas Baigys

Updated on September 18, 2022

Comments

  • Eimantas Baigys
    Eimantas Baigys over 1 year

    I installed DrJava about a week ago. Its been working fine so far but I ran into an infinite loop and wanted a way to stop the program from running without having to force DrJava to quit. Is there a command or hot key that would enable me to do so?