Skip to content

Can't install using JavaFX #1

@jesuino

Description

@jesuino

When cloning the project and running a simple mvn clean install using JavaFX, I have the following errors:

[ERROR] /opt/projects/javafx-ik/src/main/java/com/netopyr/javafx/ik/Bone.java:[130,65] diamond operator is not supported in -source 1.5
[ERROR] (use -source 7 or higher to enable diamond operator)
[ERROR] /opt/projects/javafx-ik/src/main/java/com/netopyr/javafx/ik/Skeleton.java:[43,60] diamond operator is not supported in -source 1.5

That's because it does not have the JDK version configuration in pom.xml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions