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 133148 - When using Preview with Reprise content: java.lang.NoClassDefFoundError: com/sun/javafx/runtime/FXObject
Summary: When using Preview with Reprise content: java.lang.NoClassDefFoundError: com/...
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-17 19:50 UTC by Martin Brehovsky
Modified: 2009-07-17 08:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stacktrace (1.84 KB, text/plain)
2008-04-17 19:50 UTC, Martin Brehovsky
Details
projects (19.53 KB, text/plain)
2008-04-22 01:26 UTC, Martin Brehovsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Brehovsky 2008-04-17 19:50:04 UTC
When using preview functionality with more complex content using reprise APIs the IDE throws an exception and shows nothing:

java.lang.NoClassDefFoundError: com/sun/javafx/runtime/FXObject. Stacktrace is attached.
Comment 1 Martin Brehovsky 2008-04-17 19:50:26 UTC
Created attachment 60372 [details]
stacktrace
Comment 2 Oleg Barbashov 2008-04-18 14:02:06 UTC
Martin, would you attach the sample?
Comment 3 Oleg Barbashov 2008-04-21 12:40:39 UTC
Runtime issue.
Comment 4 Martin Brehovsky 2008-04-22 01:25:56 UTC
This seems to be happening whenever there is a dependency on the other project and code from the other project is used
in the previewed class. I'm attaching a zip with two project using the new GUI library. 
Comment 5 Martin Brehovsky 2008-04-22 01:26:28 UTC
Created attachment 60522 [details]
projects
Comment 6 Oleg Barbashov 2008-04-22 18:29:04 UTC
Thanks for sample. Fixed.
Comment 7 Alexandr Scherbatiy 2008-04-24 12:39:19 UTC
verified