Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » change behavior of terminate button
change behavior of terminate button [message #259032] Wed, 11 March 2009 13:07
Tobias is currently offline TobiasFriend
Messages: 1
Registered: July 2009
Junior Member
I created a small program. Inside that program is a class
which I registered as a shutdownhookthread to jvm. I just
invoked Runtime.addShutDownHook( myShutDownHookThread ). The
inside the run method of myShutDownHookThread is a line which
calls stop() method and the stop method is just simply
System.out.println("shutdownhook thread called");

I tried to run the program using the command line. When I
pressed Ctrl+C, "shutdownhook thread called" was printed.
However, I tried to run in as a java application in eclipse.
When I pressed the red button, nothing is printed. I had a
doubt if the shutdown sequence of jvm was executed.

so, is there any chance of getting the jvm shutdown correctly
by clicking the red button in the console view? any suggestions?
Previous Topic:Need a selection dialog box for selecting classes, methods, fields
Next Topic:ASTRewrite and PackageDeclaration
Goto Forum:
  


Current Time: Sat Aug 17 04:26:17 GMT 2024

Powered by FUDForum. Page generated in 0.02751 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top