Buck does not compile with Java 11
See original GitHub issueSet your JAVA_HOME to point to an official Java 9 JDK. Run ant clean default
. Watch the catastrophic failure of the build.
Fortunately, once you have a compiled version of buck, it runs under Java 9, which is nice.
Issue Analytics
- State:
- Created 6 years ago
- Comments:19 (17 by maintainers)
Top Results From Across the Web
Developers - Buck does not compile with Java 11 - - Bountysource
Buck does not compile with Java 11 ... Set your JAVA_HOME to point to an official Java 9 JDK. Run ant clean default...
Read more >Getting Started - Buck
This sample app has all the files necessary to use Buck to build an Android project. From the root directory, you will find:...
Read more >Compiling project with buck, claims I have no jdk
I'm still trying to get the selenium open source project to build. As per my last question, downgrading python to 2.7 fixed an...
Read more >Buck: A Build tool Written in Java - Morioh
Buck is A fast build system that encourages the creation of small, reusable modules ... You must be using Java 8 or 11...
Read more >Transition from Java 8 to Java 11 - Azure - Microsoft Learn
In general, the approaches are to try to run on Java 11 without recompiling, or to compile with JDK 11 first. If the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually google/auto#563 is merged so @ttsugriy it is good time to revisit this issue 😉
I guess another modification of the title is needed 😉