Running ant to build Energia throws the following messages
[javac] /Users/ReiVilo/github/Energia2/Energia/app/src/processing/app/Base.java:35: warning: '_' used as an identifier
[javac] import static processing.app.I18n._;
[javac] ^
[javac] (use of '_' as an identifier might not be supported in releases after Java SE 8)
Running
ant
to build Energia throws the following messages