-
the configure is not work, in idea 2022.3.3
--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
--add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
--add-exports=jdk.compil…
-
**Describe the bug**
QtJambi does not build from sources using JDK 21 because JDK 21 adds some methods to java.util.List and java.util.Deque.
**To Reproduce**
Steps to reproduce the behavior:
1…
-
My technical knowledge with java is very limited but when I follow the install instructions I receive the following error. https://i.imgur.com/mLSiK6l.png
If you could please help me I would appre…
-
https://tone.aliyun-inc.com/ws/xesljfzh/test_result/244256
【环境准备】
```
wget -O binary.tar.gz https://dragonwell.oss-cn-shanghai.aliyuncs.com/test-59/OpenJDK21U-jdk_x64_linux_dragonwell_2023-11-02-…
-
I am getting this error while trying to convert my code using the j2objc maven plugin:
`[ERROR] Exception in thread "main" com.sun.tools.javac.util.Abort
[ERROR] at com.sun.tools.javac.comp.Check.c…
-
### Apache NetBeans version
Apache NetBeans 16
### What happened
When I add a case with a block to the switch expression, exception notification appears and completion stops working. If I try…
-
For example, complire the follow code by eclipse complier, obtain a class, the problem is javac can not read it.
```java
pakcage com.xxx;
enum MyEnum {
;
MyEnum(@NotNull String a, @NotNul…
-
### Apache NetBeans version
Apache NetBeans 14
### What happened
Occasionally when saving modified files, NB will hang indefinitely. Log shows NullPointerException:
----- Original excepti…
-
```
What steps will reproduce the problem?
1. export PATH=/data/data/com.spartacusrex.spartacuside/files/system/bin/:$PATH
2. cd /data/data/com.spartacusrex.spartacuside/files/system/src/helloworld
3.…
-
```
What steps will reproduce the problem?
1. try to compile a Java program using generics like this:
foo.bar();
What is the expected output? What do you see instead?
it should compile with no errors…