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 - Unable to kill process without GUI codes
Summary: Unable to kill process without GUI codes
Status: VERIFIED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-04 11:17 UTC by Masaki Katakai
Modified: 2009-09-29 10:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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