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.

Difficulty Building on Linux

See original GitHub issue

Unable to build under current openjdk + javafx (openjfx), producing

[ERROR] /home/me/development/JImageHash/src/main/java/com/github/kilianB/hash/Hash.java:[18,26] cannot access javafx.scene.paint.Color
[ERROR]   bad class file: /home/me/.m2/repository/org/openjfx/javafx-graphics/12-ea+8/javafx-graphics-12-ea+8-linux.jar(javafx/scene/paint/Color.class)
[ERROR]     class file has wrong version 55.0, should be 52.0
[ERROR]     Please remove or make sure it appears in the correct subdirectory of the classpath.

Fedora 28 openjdk version “1.8.0_191” OpenJDK Runtime Environment (build 1.8.0_191-b13) OpenJDK 64-Bit Server VM (build 25.191-b13, mixed mode)

Windows build was successful after getting the Oracle Java JDK and Maven to play nice with each other, but only from within Eclipse for some reason (likely local default maven config missing some things).

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
KilianBcommented, Sep 27, 2019

I am not happy about the overall dependencies of this project and javafx has caused more issue than it has done good in the past. Maybe it’s time to rethink the imports and modularize the project.

1reaction
teplyuskacommented, Apr 21, 2020

I am not happy about the overall dependencies of this project and javafx has caused more issue than it has done good in the past. Maybe it’s time to rethink the imports and modularize the project.

It would be awesome with a separate library with only the algorithms and some matcher utils.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Linux Explained on 5 Levels of Difficulty
Linux is a very stable operating system. It is not prone to crashes and errors that can occur in Windows. It is also...
Read more >
The 3 tiers of Linux distribution difficulty
The 3 tiers of Linux distribution difficulty · Tier 1: Easy · Tier 2: Moderate · Tier 3: Challenging.
Read more >
Building On Linux - GnuCash
This page and the linked pages contains generic instructions for building on Linux distributions and perhaps similar OSes.
Read more >
BUILDING notes for code in "The Linux Programming ...
================= If you have difficulty building the programs, then the problem is most likely one of the following: a) A configuration issue on...
Read more >
Does anyone else hate building packages from source?
I don't have this problem. However, I do try to avoid the packages with insane build times (qtwebengine comes to mind). Generally I...
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