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 188897

Summary: ClassNotFoundException: com.sun.javafx.jdi.event.FXEventQueue
Product: javafx Reporter: Andrei Chistiakov <ca-nb>
Component: DebuggerAssignee: Michal Skvor <misk>
Status: VERIFIED WORKSFORME    
Severity: normal CC: ca-nb
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 171519
Bug Depends on:    
Bug Blocks: 173187    
Attachments: stacktrace
stacktrace

Description Andrei Chistiakov 2010-07-23 09:03:26 UTC
Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.6.0_07-b06-57, Java(TM) SE Runtime Environment, 1.6.0_07-b06-153
OS: Mac OS X

User Comments:
ca-nb: - upgraded JavaFX distribution of NetBeans from 6.9 to 6.9.1 and restarted




Stacktrace: 
java.lang.ClassNotFoundException: com.sun.javafx.jdi.event.FXEventQueue
   at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:288)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Comment 1 Andrei Chistiakov 2010-07-23 09:03:31 UTC
Created attachment 100999 [details]
stacktrace
Comment 2 Andrei Chistiakov 2010-07-23 09:40:01 UTC
Created attachment 101000 [details]
stacktrace

Debugger does not work on Mac OS
Attempt to debug application results in NoClassDefFoundError exception
Comment 3 Andrei Chistiakov 2010-07-23 10:02:33 UTC
Product Version: NetBeans IDE 6.9.1 Dev (Build 201007222301)
Java: 1.6.0_07; Java HotSpot(TM) 64-Bit Server VM 1.6.0_07-b06-57
System: Mac OS X version 10.5.6 running on x86_64; MacRoman; en_US (nb)

Also reproducible without upgrading:
- install latest NB 6.9.1
- create JavaFX Application
- debug it
The exception is thrown
Comment 4 Martin Ryzl 2010-07-23 11:04:35 UTC
confirmed. There is missing fxjdi.jar in javafx-sdk. It is an regression in the SDK.
Comment 5 Jaromir Uhrik 2010-07-27 09:38:10 UTC
Seems to be fixed now - Works fine on my Mac with the latest 6.9.1 build:
Product Version: NetBeans IDE 6.9.1 Dev (Build 201007262301)
Java: 1.6.0_20; Java HotSpot(TM) 64-Bit Server VM 16.3-b01-279
System: Mac OS X version 10.5.8 running on x86_64; MacRoman; en_US (nb)

I have checked that debugging works and also checked that the fxjdi.jar is available in the proper directory.
Comment 6 Andrei Chistiakov 2010-07-27 12:14:45 UTC
Verified with NetBeans IDE 6.9.1 Dev (Build 201007262301)