CodeExplorer Posted June 27 Posted June 27 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
whoknows Posted June 27 Posted June 27 github.com/apache/netbeans/issues/7091#issuecomment-1957693763
jackyjask Posted June 27 Posted June 27 @CodeExplorer I'd susggest using older NB version eg I"m still perfectly running/using this old guy:
CodeExplorer Posted June 28 Author Posted June 28 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. 1
CodeExplorer Posted June 28 Author Posted June 28 (edited) "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 June 29 by CodeExplorer 1 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now