This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 169800

Summary: Unable to kill process without GUI codes
Product: javafx Reporter: Masaki Katakai <masaki>
Component: UnsupportedAssignee: Adam Sotona <asotona>
Status: VERIFIED WONTFIX    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2009-08-04 11:17:30 UTC
NetBeans 6.7 JavaFX plugin on Windows XP.

Community people reported the following issue. It looks
JavaFX application without GUI (without exit button),
NetBeans can not kill the process.

1. Create new JavaFX project

2. Remove contents

3. Just add the following code

import javafx.animation.Timeline;
Timeline {}.play();

4. Run
5. Kill the process from NetBeans by click x button of process window

However, it's still running and next run will not succeed - build error
happens because the running process grabs the jar files.
Comment 1 Adam Sotona 2009-09-23 15:56:47 UTC
Please report this problem to SDK - NetBeans can hardly do anything with it.
Comment 2 Alexandr Scherbatiy 2009-09-29 10:26:49 UTC
Known JavaFX runtime issue RT-4106  JavaFX processes do not respond to cancellation
http://javafx-jira.kenai.com/browse/RT-4106