Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Underlying JDK? #24

Open
Open
@slandelle

Description

@slandelle

Hi David,

I've had the feeling for a long time that the scala-maven-plugin (or something else in the build chain) was doing some strange things. For example, my build on Cloudbees randomly fails and it seems to do so because the underlying JDK is selected randomly (or in a way I fail to understand).

This impression was confirmed recently as Apple (great move, people) decided to force the latest JDK version on everyone:

  • my project pom declares 1.6 source and target levels
  • my project indeed displays the JDK6 library
  • I get some compilation errors in eclipse complaining that some classes extending some Swing classes should be parameterized. Problem is these classes have a type parameter only since... Java 7!
  • I finally uninstalled JDK7 from my Mac, and the errors magically disappeared

Any idea?

Cheers,

Stéphane

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions