8

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

shmosel
  • 49,289
  • 6
  • 73
  • 138
Annunaki
  • 282
  • 3
  • 12

4 Answers4

15

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

  • build.xml
  • build-imp.xml

Restart netbeans.

Debug again.

Abdul Saleem
  • 10,098
  • 5
  • 45
  • 45
Annunaki
  • 282
  • 3
  • 12
4

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

yoadev
  • 149
  • 6
0

Only build-impl.xml delete and restart Netbeans. new build-impl.xml will be generated.

0

I just had the same issue. Deleting build-impl.xml only and reopening the project fixed it. Easier and faster than restarting Netbeans (of course time varies depending on the complexity of your setup).

tzuan
  • 11
  • 1
  • 3