mbien commented on issue #7116:
URL: https://github.com/apache/netbeans/issues/7116#issuecomment-1986560542
strange, I can't remember any recent changes which could cause this. Was
NetBeans running on the same JDK version for both screenshots?
this works for me on linux:
```java
public class Mavenproject1 {
public static void main(String[] args) {
System.out.println(Runtime.version());
System.out.println("кава");
}
}
```
->
```
21.0.2+14-LTS
кава
```
adding the windows label for now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists