-
It would be nice to get rid of the (unused) java check/requirement during bootstrap.
Currently, bootstrap checks for javac, but nothing actually uses it in fink. In base packages, libgettext8-shlib…
-
I've added the following `javac-warning-annotation` coordinated into my `build.gradle` file.
```
// https://mvnrepository.com/artifact/com.pushtorefresh/javac-warning-annotation
compile group: 'c…
-
As pointed out there will be an issue if files are packaged since javac doesn't look for files recursively.
To solve that issue you need to make these changes:
**For Mac OS/Linux**:
```sh
# c…
-
I can´t build an android aplication with Adobe Phonegap Build...
Please help me.
The log shows this:
`compile:
[javac] Compiling 46 source files to /project/bin/classes
[javac] /project/src/c…
-
I have a really wierd problem here.
Setup:
package jaxb_conainer_class;
package loader_class;
Main.java imports both loader_class and jaxb_conainer_class In the loader_class:
JAXBContext context = …
-
_[Original issue](https://code.google.com/p/error-prone/issues/detail?id=239) created by **ignacio.bacamt** on 2014-03-16 at 11:43 AM_
---
The attached patch contains a tests which fails and a fix t…
-
_Migrated from Google Code (issue 305)_
-
Not sure if it is a bug of Spring boot annotation processor or lombok, anyways...
I have the following class:
```
package com.myapp;
import lombok.Getter;
import lombok.Setter;
import org.springfram…
-
**[Manu Sridharan](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=msridhar)** opened **[MCOMPILER-407](https://issues.apache.org/jira/browse/MCOMPILER-407?redirect=false)** and commented
…
olamy updated
3 years ago
-
Io ho java e javac come variabili d'ambiente.
Per fare impostarle anche te segui i seguenti passi:
> Pannello di Controllo
> Sistema
> Impostazioni Avanzate di Sistema
> Variabili d'ambiente
> Nella …