Skip to content

Java runtime does not terminate if NotificationListener is registered #9

@DerekCook

Description

@DerekCook

As the title says. If you register to listen for environment changes then when you exit your application the Java runtime does not terminate.

We are currently not sure of the cause of this, but it's likely to be a thread hanging around somewhere.

The workaround is to call System.exit() when you exit your application.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions