Giter Club home page Giter Club logo

Comments (5)

jayaku avatar jayaku commented on July 18, 2024

Same here. Exactly same errors for both libs.

I tried on macOS Catalina MacBook Pro (16-inch, 2019), Intel Core i7 on JDK 8 and 11

Also Installed jfx libs for jdk11 via brew as suggested below
https://stackoverflow.com/questions/61050869/installing-javafx-15-on-mac

But I get a new error as below

❯ java -jar BigdataFileViewer-1.3-SNAPSHOT-jar-with-dependencies.jar
Graphics Device initialization failed for : es2, sw
Error initializing QuantumRenderer: no suitable pipeline found
java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer.getInstance(QuantumRenderer.java:280)
at com.sun.javafx.tk.quantum.QuantumToolkit.init(QuantumToolkit.java:222)
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:260)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:267)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:158)
at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:658)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:678)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.init(QuantumRenderer.java:94)
at com.sun.javafx.tk.quantum.QuantumRenderer$PipelineRunnable.run(QuantumRenderer.java:124)
... 1 more
Exception in thread "main" java.lang.RuntimeException: No toolkit found
at com.sun.javafx.tk.Toolkit.getToolkit(Toolkit.java:272)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:267)
at com.sun.javafx.application.PlatformImpl.startup(PlatformImpl.java:158)
at com.sun.javafx.application.LauncherImpl.startToolkit(LauncherImpl.java:658)
at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:678)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication$2(LauncherImpl.java:195)

from bigdata-file-viewer.

a-agmon avatar a-agmon commented on July 18, 2024

Also having the same issue

from bigdata-file-viewer.

sherif-fanous avatar sherif-fanous commented on July 18, 2024

I ran into the same issue. Resolved as follows

brew tap bell-sw/liberica
brew install --cask bell-sw/liberica/liberica-jdk18-full

java -jar BigdataFileViewer-1.3-SNAPSHOT-jar-with-dependencies.jar

from bigdata-file-viewer.

Eugene-Mark avatar Eugene-Mark commented on July 18, 2024

@rberger Yes you're right, Graphics Device initialization failed for : es2, sw shows that the library javafx is missing. Please make sure that you have javafx installed on your machine. As for the issue you met with BigdataFileViewer-1.1.1-SNAPSHOT-jar-with-dependencies.jar, it's a known issue and has been fixed by later version.

from bigdata-file-viewer.

Eugene-Mark avatar Eugene-Mark commented on July 18, 2024

@rberger @jayaku @a-agmon The issue you met is because the lacking of javafx on you local env, please try install javafx firstly. At the same time, the process to make sure javafx installed correctly might be a little annoying. Based on that, I'm considering release another version of BDF without the dependency to javafx. Thanks for your comment here.

from bigdata-file-viewer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.