-
```
What steps will reproduce the problem?
1. checkout revision 606
2. ./autogen.sh
3. ./configure
What is the expected output? What do you see instead?
configure stops on a fatal error,
'no javac b…
-
Link to autoindexing job
https://sourcegraph.com/jdk/-/code-graph/indexes/TFNJRkluZGV4OjM5NDM0MDk=
```
Status: Downloaded newer image for sourcegraph/scip-java@sha256:eb3996bdc8ab3a56600e7d647bc1…
-
From a comment posted to https://github.com/github/codeql/issues/7535 by @dwnusbaum:
We are using the `java.compiler` module and `JavaCompiler` as part of our (Maven) build process. Here is the full …
-
### Description
There is currently no way to change the JDK used by quarkus-maven-plugin, which is an annoyance for developers that have to switch between projects using different JDK versions.
Usua…
w0pp updated
8 months ago
-
```
What steps will reproduce the problem?
1. checkout revision 606
2. ./autogen.sh
3. ./configure
What is the expected output? What do you see instead?
configure stops on a fatal error,
'no javac b…
-
```
What steps will reproduce the problem?
1. checkout revision 606
2. ./autogen.sh
3. ./configure
What is the expected output? What do you see instead?
configure stops on a fatal error,
'no javac b…
-
With `temurin` it works fine
```log
> ./gradlew build
> Task :core:compileJava FAILED
An exception has occurred in the compiler (17). Please file a bug against the Java compiler via the Java b…
-
This issue was originally created at: 2007-08-22 19:36:24.
This issue was reported by: `tpurl`.
tpurl said at 2007-08-22 19:36:25
>From my experience, the vast majority of Java developers set the `…
-
I followed the video and created a helloworld.java file on vim. When trying to compile it using javac, I encountered the issues as seen in the photo attached. Please help!
![image](https://user-image…
-
This issue occurs because Java does not support unsigned integers, and handling of ints
changed in SWIG 4.3
This code used to work in SWIG 4.2:
C++:
enum A {
x = 0x80000000
};
…