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 177063 - JavaFx doesn't enable Java
Summary: JavaFx doesn't enable Java
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on: 176912
Blocks: 176911 176986 176993
  Show dependency tree
 
Reported: 2009-11-18 03:41 UTC by Lukas Hasik
Modified: 2009-11-20 05:13 UTC (History)
2 users (show)

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 Lukas Hasik 2009-11-18 03:41:05 UTC
it seems that there are some dependecies on java cluster that are "hidden" therefore FoD doesn't enable the Java when enabling JavaFX functionality. The results are several exceptions when using the features that depends on the java. 

(ask nejedlac for moc details)
Comment 1 Petr Nejedly 2009-11-18 09:28:29 UTC
Well, FoD enables the parts of java we ask (via module dependencies) for. We're just asking too little. Two dependencies added, one probably still missing, but I have no idea what can it be and the IDE provides no hints on failure either...
Comment 2 Jaroslav Tulach 2009-11-19 05:46:59 UTC
In case you are unable to correctly enumerate your dependencies, change your kit to depend on all kits in javaX cluster. These days they include:

cnbs=\
    org.netbeans.modules.ant.kit,\
    org.netbeans.modules.debugger.jpda.ui,\
    org.netbeans.modules.form.kit,\
    org.netbeans.modules.hibernate,\
    org.netbeans.modules.j2ee.persistence.kit,\
    org.netbeans.modules.java.kit,\
    org.netbeans.modules.maven.kit,\
    org.netbeans.modules.spring.beans
Comment 3 Petr Nejedly 2009-11-19 07:20:32 UTC
After all the dependency changes, JavaFX adds enough dependencies to make the IDE working.
Comment 4 Alexandr Scherbatiy 2009-11-20 05:13:38 UTC
verified in Build 200911200201