Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
12.5
-
None
-
OS: Linux 5.11.0-36-generic #40-Ubuntu SMP Fri Sep 17 18:15:22 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
NetBeans: 12.5 installed from the SNAP store
JDK:
openjdk version "1.8.0_292"
OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0ubuntu1-b10)
OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)OS: Linux 5.11.0-36-generic #40-Ubuntu SMP Fri Sep 17 18:15:22 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux NetBeans: 12.5 installed from the SNAP store JDK: openjdk version "1.8.0_292" OpenJDK Runtime Environment (build 1.8.0_292-8u292-b10-0ubuntu1-b10) OpenJDK 64-Bit Server VM (build 25.292-b10, mixed mode)
Description
While writing code, pressing Return causes the error, and no indentation is applied. The problem is present only in the SNAP version of Netbeans 12.5. The binary and source (recompiled) versions works correctly.
The exception seems to be related to compilation with JDK>=9, while NB should work also on JDK1.8 (the JDK version I am using).