building on JDK 8
See original GitHub issuesteps
try building on JDK 8
problems
[error] sbt/compile/interface/src/main/scala/xsbt/ExtractAPI.scala:479: java.util.Comparator does not take type parameters
[error] private[this] val sortClasses = new Comparator[Symbol] {
[error] ^
expectations
it works.
Issue Analytics
- State:
- Created 9 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Building the JDK - OpenJDK
To build the JDK, you need a "configuration", which consists of a directory where to store the build output, coupled with information about...
Read more >Building OpenJDK 12 using JDK 8 - Oracle Blogs
Basically to build OpenJDK 12 you will need OpenJDK 11 and so on. For SPARC it's rather easy as you can download Java...
Read more >OpenJDK Build README
This README file contains build instructions for the OpenJDK. ... Building JDK 8 requires use of a version of JDK 7 that is...
Read more >How to build JDK 8 from sources repository [duplicate]
How to build JDK 8 from sources repository [duplicate] · hg.openjdk.java.net/jdk8u/jdk8u/raw-file/tip/README-builds.html. – Oo. · I had answered ...
Read more >Build OpenJDK 8 · Adopt OpenJDK: Getting Started Kit
And you will see the below results: # Repositories: ./corba . ./hotspot ./jaxp ./jaxws ./jdk ./langtools ./nashorn ./corba ...
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 Free
Top 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
updating to 2.10.4 resolved comparator issue for me
At least for sbt/sbt, fixed in #2771