Skip to content

How to not display a prompt window when killing Eclipse process? #1410

Closed Answered by babyluoyi
babyluoyi asked this question in Q&A
Discussion options

You must be logged in to vote
	Runtime.getRuntime().addShutdownHook(new Thread() {
        public void run() {
                  //kill current process
        }
    });

Forcibly killing the process can be solved.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by babyluoyi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant