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 136825 - [Web Start] Classpaths are not set for an application
Summary: [Web Start] Classpaths are not set for an application
Status: VERIFIED INVALID
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexey Butenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-09 14:53 UTC by Alexandr Scherbatiy
Modified: 2011-10-19 12:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
JavaFX Script application (30.94 KB, application/octet-stream)
2008-06-09 14:53 UTC, Alexandr Scherbatiy
Details
JavaFX Script application (30.95 KB, application/octet-stream)
2008-06-23 14:28 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2008-06-09 14:53:03 UTC
Steps to reproduce:

- Open the attached application
- Run it as standalone application
  A JavaFX Script code that is typed in a text area is compiled
  and executed without any error.

- Run it as Java Web Start
  JavaFX code execution in app shows the following exception:
   java.lang.NoClassDefFoundError: com/sun/javafx/runtime/FXObject
Comment 1 Alexandr Scherbatiy 2008-06-09 14:53:54 UTC
Created attachment 62564 [details]
JavaFX Script application
Comment 2 Alexey Butenko 2008-06-09 15:18:36 UTC
Looking into it
Comment 3 Alexey Butenko 2008-06-09 16:24:12 UTC
I get the same result, as standalone application and as web start, in both cases package javafx.gui doesn't exist
Comment 4 Alexandr Scherbatiy 2008-06-23 14:26:50 UTC
It is because the UI library has been moved to javafx.gui.swing.* library.
See the attached app.
Comment 5 Alexandr Scherbatiy 2008-06-23 14:28:28 UTC
Created attachment 63263 [details]
JavaFX Script application
Comment 6 Alexey Butenko 2008-06-26 13:33:05 UTC
It is not the webstart issue it is general limitation of the JNLP, check the reference manual for detailed info.
Comment 7 Alexandr Scherbatiy 2008-07-07 11:30:59 UTC
verified
Comment 8 David Strupl 2011-10-19 12:03:31 UTC
Cleaning bugzilla categories ....