-
Script
```
./checker/bin/javac -cp "framework/build/classes/java/main:framework/build/classes/java/test" -processorpath "checker/dist/checker.jar:framework/build/classes/java/test" -processor viewpo…
-
_Migrated from Google Code (issue 566)_
-
The Crowdin API now supports filtering strings by task ID by using the `taskId` parameter in the [List Strings API endpoint](https://support.crowdin.com/developer/api/v2/#operation/api.projects.string…
-
## Windows
When compiling QueryDSL 5.1.0 generated Java files (with QueryDSL on the classpath) this leads to a halting failure on Windows.
Exception when compiling 23 sources to C:\...\target\…
-
I am currently working hard making bugs testable, ironing bumps out and enhance the use of classpaths in general.
It unfortunately seems to be a huge effort to make the linter-javac-plugin :smoking…
-
If you try to set the memory size via:
`jenv options -Xmx6g` (or some other size value)
And then run `javac -help` you get the following error:
```
javac: invalid flag: -Xmx6g
Usage: javac
use -h…
-
Since updating to Java 21.0.1 (OpenJDK Runtime Environment Zulu21.30+15-CA) I get this error when running `./gradlew clean installProdDebug`:
```
> Task :app:kaptGenerateStubsProdDebugKotlin FAILE…
-
Looks like this incredibly useful project is unfortunately not updated for openjdk 17.0
Which is not surprising since I used this wayyyyy back in the early 2000s and it always seemed to work fine.
…
-
This ticket is to track and hopefully fix the Nightly CI tests.
1. MacOS Latest does not offer support for Java 8. Minimum available is Java 11.
```
Trying to resolve the latest version from…
-
if you (like me) forget to add `-parameters` to your jbang project then quarkus langchain4j shows this error:
```
java.lang.NullPointerException
at java.base/java.util.Objects.requireNonN…