Jump to content
Tuts 4 You

netbeans 12+ "Java SE" plugin not activated


CodeExplorer

Recommended Posts

netbeans download link:
https://netbeans.apache.org/front/main/download/nb125/nb125/
"Java SE" plugin not activated
https://github.com/apache/netbeans/issues/7091

I've used Tools / Plugins / Installed and select "Java SE" and Activate
after that on "Java SE" both "Activate" and "Deactivate" buttons are disabled and DOESN'T state as Active.
Can someone give more information about this problem or how to fix it.
here is how looks like:
https://stackoverflow.com/questions/77397338/cannot-activate-java-se-features-in-netbeans-18

 

Link to comment

Hi again. I've found the problem: unsupported JAVA jdk.

https://adoptopenjdk.net/releases.html?variant=openjdk12&jvmVariant=hotspot#x32_win

https://javaalmanac.io/jdk/download/#product=temurin&version=19&type=all&platform=windows-x86
I've found that jdk-12.0.2+10, jdk-17.0.11+9 and jdk-19.0.2+7 works just fine;
but I don't know how to choose between these different versions.
 

  • Like 1
Link to comment

"Eclipse Temurin is the open source Java SE build based upon OpenJDK."

https://adoptium.net/temurin/releases/?version=16&package=jdk&arch=x86&os=windows
v16, v17 LTS, v19
while on https://javaalmanac.io/jdk/download/#product=temurin&version=19&type=all&platform=windows-x86
exist v17 and v19 exists; but what is strange is that v17 release date is JAVA_VERSION_DATE="2024-04-16"
while v19 has older date.

Edit:
According to https://adoptium.net/temurin/releases/?version=17&package=jdk&arch=x86&os=windows
 v17 is LTS - Long-term support https://en.wikipedia.org/wiki/Long-term_support
so this has to do with release date.
 

Edited by CodeExplorer
  • Like 1
  • Haha 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...