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 240052 - org.netbeans.modules.parsing.spi.ParseException: FXML libraries not on classpath
Summary: org.netbeans.modules.parsing.spi.ParseException: FXML libraries not on classpath
Status: RESOLVED DUPLICATE of bug 239996
Alias: None
Product: javafx
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on: 240105
Blocks:
  Show dependency tree
 
Reported: 2014-01-07 04:00 UTC by Lou Dasaro
Modified: 2014-01-08 09:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 193847


Attachments
stacktrace (6.28 KB, text/plain)
2014-01-07 04:00 UTC, Lou Dasaro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lou Dasaro 2014-01-07 04:00:56 UTC
Build: NetBeans IDE Dev (Build 201401060002)
VM: Java HotSpot(TM) Client VM, 25.0-b63, Java(TM) SE Runtime Environment, 1.8.0-ea-b121
OS: Windows 8

User Comments:
GUEST: i? no have idea

mr_lou_d: On a Maven JavaFX project, with "compile" set to JDK 7 while IDE is running on JDK 8 and JavaFX already activated. Selected Scene.fxml node in project view. Invoked popup menu and selected "Make controller". Exception occurs.




Stacktrace: 
org.netbeans.modules.parsing.spi.ParseException: FXML libraries not on classpath
   at org.netbeans.modules.javafx2.editor.actions.ControllerGenerator.run(ControllerGenerator.java:170)
   at org.netbeans.modules.javafx2.editor.actions.ControllerGenerator.run(ControllerGenerator.java:123)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:649)
   at org.netbeans.api.java.source.JavaSource$1.run(JavaSource.java:639)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:493)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:593)
Comment 1 Lou Dasaro 2014-01-07 04:00:58 UTC
Created attachment 143653 [details]
stacktrace
Comment 2 Lou Dasaro 2014-01-07 04:13:03 UTC
This is a duplicate of Bug 239996, if I'm not mistaken.
Comment 3 Roman Svitanic 2014-01-07 09:32:42 UTC
(In reply to Lou Dasaro from comment #2)
> This is a duplicate of Bug 239996, if I'm not mistaken.

That's correct.

*** This bug has been marked as a duplicate of bug 239996 ***