2

I recently had to install Netbeans 9.0 to work on a gradle project at work, but unfortunately the editor won't show any error markers as i write code. Compilation errors are shown once i run, but i don't visualize them in the editor, even with obvious errors like not closing up a class with }. I also have netbeans 8.0.2 that i've installed through the installer, and error markers are shown correctly there. Has anyone encountered this problem, or knows how to fix it?

R.S.
  • 367
  • 2
  • 14
  • Which Gradle plugin are you using? Which Java version are you using? Did you try NetBeans 10 (which is the current version) –  Jan 29 '19 at 15:09
  • I'm using Gradle 2.0.1 and Java 1.8. I did not try on NetBeans 10 as i had problems installing the gradle plugin there. – R.S. Jan 29 '19 at 15:19
  • There are two different Gradle plugins available, which one did you download? –  Jan 29 '19 at 15:19
  • Gradle Support. – R.S. Jan 29 '19 at 15:24

1 Answers1

0

If you are using Java, please install nb-javac plugin. I had same problem with NetBeans 11.2. It resolved after I installed this plugin and restarted the IDE.

Navnath
  • 15
  • 6