-
- Clone https://github.com/eclipse/lemminx and open it up in VS Code with latest vscode-java. Make sure to set `"java.jdt.ls.javac.enabled:" "
true"` & `"java.completion.engine": "dom"` and something …
-
```
/home/yansendao/git/jdk-ysd/build/linux-x86_64-server-fastdebug/jdk/bin/javac -J-Djava.io.tmpdir=/home/yansendao/git/jdk-ysd/build/linux-x86_64-server-fastdebug/support/javatmp -g -Xlint:all -sour…
-
Consider the following class:
```java
public class HelloWorld {
public static void main(String... args) {
System.out.println(new Rectangle(4, 3));
}
public static class Rectangle {
…
-
Without javac eabled and with gradle buildship, the project is imported as expected and class form other module can be autocompleted. However with javac enabled it seems that classes from other module…
-
Failure link
------------
From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Build_JDK24_ppc64_aix_Personal/2/consoleFull):
Optional info
-------------
Failure output …
-
### Description of the feature request:
Introduce an option to fail the build if javac fails to compile with the reduced classpath while using `--experimental_java_classpath=bazel`.
### Which categ…
-
### Before reporting an issue
- [x] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
d…
-
The majority of the information around the incubated version of JDT that allows you to switch between javac and ejc-based parsing of Java source code can be found here: https://github.com/redhat-devel…
-
### What version of gRPC-Java are you using?
1.69.0
### What is your environment?
MacOS Sequoia 15.0.1
javac 23.0.1
Android Studio Ladybug Feature Drop | 2024.2.2
### What did you expect to see…
-
Configure command:
```
export PATH=~/software/acc/`arch`/bin:$PATH ; export LD_LIBRARY_PATH=~/software/acc/`arch`/lib64/clang/17/lib/linux:$LD_LIBRARY_PATH ; export CFLAGS="-shared-libasan" ; export…