-
[javac] /home/kasumba/Documents/ionic apps/platforms/android/src/org/crosswalk/engine/XWalkCordovaClientCertRequest.java:22: error: package org.xwalk.core does not exist
[javac] import org.xwa…
-
## No classes generated with Java21
With following dependencies, with Spring Boot 3.1.7.
```
+--- com.querydsl:querydsl-apt:5.0.0
| \--- com.querydsl:querydsl-codegen:5.0.0
| +--- …
-
Hi,
I want to build FBReaderJ but i receive this error :
computer-di-apple-pc-03:FBReaderJ-sources-1.3.3 agosto$ ant package
Buildfile: /Users/agosto/Documents/workspace/FBReaderJ-sources-1.3.3/bui…
-
Originally reported on Google Code with ID 18
```
What steps will reproduce the problem?
1. Do a clean checkout of the current trunk.
2. Run ant
3. Observe compile failure
What is the expected outpu…
-
### Is your feature request related to a problem?
`java_grpc_library` passes the resolved java toolchain to `java_common.compile` to compile generated code. However, there are cases that users …
-
Hi,
My JAVA_HOME is set to /usr/lib/jvm/java-1.7.0-openjdk-amd64 because it seemed that java-9-oracle is not supported with your program. I tried to build the dbseer_frontend with both intellij and…
-
Hey, i'm using visual studio code with the "extension pack for java" extension.
Local i have installed java 17 (microsoft edition).
When i build my project with `mvn -U clean install` there will be …
-
I'm tryint to build from source using ant (using eclipse works fine) and I'm getting this error:
> compile-other:
> [echo] ---------------------------------------------
> [echo] Start C…
-
It would be nice to have some hints how to build this project. So far, I tried git clone --recursive, and then building with MPS, but I get many errors. The furthest I got was with running the build s…
-
Found during code review: This program compiles as it should and prints 13 when run with javac. Eclipse refuses to compile. Eclipse behavior is incorrect.
```
public class X {
interface I …