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 146577 - JDK1.5 NoSuchMethodError running Arctangent
Summary: JDK1.5 NoSuchMethodError running Arctangent
Status: VERIFIED WORKSFORME
Alias: None
Product: usersguide
Classification: Unclassified
Component: JavaFX (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P1 blocker (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-08 20:31 UTC by Lark Fitzgerald
Modified: 2008-10-08 16:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception text (70.27 KB, text/plain)
2008-09-08 20:32 UTC, Lark Fitzgerald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2008-09-08 20:31:26 UTC
Tested using FX Cont trunk build 123 on NB6.5:
Product Version: NetBeans IDE Dev (Build 200809051401)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

1. Either create a fresh Arctangent project, or start ide with 1.5 and do a clean on a existing one (that you know 
works)
2. Do Run-File on Arctangent.fx

The window opens and shows the eye's but they are un-responsive, and the output window shows a series of exceptions:

Exception in thread "AWT-EventQueue-1" java.lang.NoSuchMethodError: 

java.awt.event.MouseEvent.getLocationOnScreen()Ljava/awt/Point;
        at javafx.input.MouseEvent.mouseEvent(MouseEvent.fx:93)
        at javafx.scene.Node$1SGMouseAdapter$anon33.call(Node.fx:1004)
        at javafx.scene.Node$1SGMouseAdapter$anon33.mouseMoved(Node.fx:1038)

Full exceptions attached.
Comment 1 Lark Fitzgerald 2008-09-08 20:32:20 UTC
Created attachment 69349 [details]
exception text
Comment 2 Lark Fitzgerald 2008-09-08 20:52:11 UTC
This also happens with:
Bounce
Constrain
Distance 1D
Distance 2D
Easing
Mouse 1D
Mouse 2D
Mouse Press
Smoke Particle System
Storing Input
Transparency
Comment 3 Michal Skvor 2008-09-09 10:18:54 UTC
I have today's build and I'm not able to reproduce it. Could you confirm it using latest version of javafx runtime?
Comment 4 Michal Skvor 2008-10-02 10:06:34 UTC
Can't reproduce.
Comment 5 Lark Fitzgerald 2008-10-06 21:16:18 UTC
Not invalid, no longer reproducible.
Comment 6 Lark Fitzgerald 2008-10-06 21:18:37 UTC
No longer reproducible using:
Build #144  Oct 6, 2008 4:14:39 PM of JavaFX_NB_Plugin_NB65_installer 
SDK: Product: javafx-1.0dev Platform: windows-i586 Build-Number: 606 Build-ID: 2008-10-06_02-27-15
jdk 1.5_16
Comment 7 Lark Fitzgerald 2008-10-08 16:40:10 UTC
verified. Note: run-file is no longer a valid option.