question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

building on JDK 8

See original GitHub issue

steps

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:closed
  • Created 9 years ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jasongoodwincommented, Oct 28, 2015

updating to 2.10.4 resolved comparator issue for me

0reactions
dwijnandcommented, Oct 25, 2016

At least for sbt/sbt, fixed in #2771

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found