Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

debug error, nbjpdastart doesn't support the nested "modulepath" element

Tags:

java

netbeans

I'm trying to debug a java code on netbeans 8.2 and JDK 1.8.131, but I keep getting this error

nbproject\build-impl.xml:1351: The following error occurred while executing this line: nbproject\build-impl.xml:858: nbjpdastart doesn't support the nested "modulepath" element.

there's no sufficient explanation about this error when I google it, I appreciate your help thanks

like image 646
Annunaki Avatar asked May 31 '18 02:05

Annunaki


2 Answers

Delete these files from the project folder (From Files tab).

  • build.xml
  • build-imp.xml

Restart netbeans.

Debug again.

like image 52
Annunaki Avatar answered Oct 19 '22 17:10

Annunaki


Just delete build-imp.xml and restart NetBeans, it will create a new one ;)

like image 28
yafkari Avatar answered Oct 19 '22 18:10

yafkari