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 271443 - Debugging JavaFX project produces error: nbjpdastart doesn't support the nested "modulepath" element
Summary: Debugging JavaFX project produces error: nbjpdastart doesn't support the nes...
Status: NEW
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-07 03:51 UTC by dgbarber
Modified: 2018-03-26 11:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
nbproject/build-impl.xml (97.95 KB, text/xml)
2017-09-07 03:51 UTC, dgbarber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dgbarber 2017-09-07 03:51:03 UTC
Created attachment 165102 [details]
nbproject/build-impl.xml

When debugging JavaFX project, I get the following error:

/home/dave/EnerseisLinux/VelocityToolFX/nbproject/build-impl.xml:1377: The following error occurred while executing this line:
/home/dave/EnerseisLinux/VelocityToolFX/nbproject/build-impl.xml:884: nbjpdastart doesn't support the nested "modulepath" element.
Comment 1 EduardKarelEtc 2018-03-26 11:33:42 UTC
This error has emerged after I opened a project in NB9.0 and then continued using it in  NB8.2. NB9.0 modified the build-imp.xml file in the project to support the Java 9 module path concept. 
A solution is to remove the three added lines from the XML file.

This issue is not specific to Java FX.