I'm using Apache Netbeans 11.3 on Windows 10 (32 bit) with JDK8 (openjdk "1.8.0_40"). As I started to create my first Standard Java Project, it returned an error saying following plugin must be installed:
The nb-javac Java editing support library
But as I tried to install the same from Tools=>Plugins menu, I got the below error:
When I went to Tools=>Options and tried "Test connection", that returned a connection error too:
I suspect this must be probably related to my windows firewall settings, though I've already shortlisted netbeans.exe
, java.exe
and javaw.exe
in my firewall settings. I also tried manually downloading that exact jar file NB is trying to download (https://netbeans.osuosl.org/binaries/34E9F9C1BDC61FE7EFCCF305D70960B862DE7815-nb-javac-13-impl.jar
) but even that didn't work. When I go to Plugins=>Downloaded tab=>Add Plugins and browse that file, NB won't recognize it.
How can I resolve this? My objective is to just install this plugin and get going with my Java learning agenda. Be it through the auto-installer or a way of manually getting NB to recognize this file, both are fine.