prototype93
prototype93

Reputation: 25

Can't find e(fx)clipse plugin in Eclipse Marketplace

I'm having an issue installing javafx, I already added User library and included all the jar files from javafx14.0.1 sdk folder and provided --module-path "C:\Program Files\Java\javafx-sdk-14.0.1\lib" --add-modules=javafx.controls,javafx.fxml in VM arguments but new error occurred when I ran the program it says Graphics Device initialization failed for : d3d, sw Error initializing QuantumRenderer: no suitable pipeline found java.lang.RuntimeException: java.lang.RuntimeException: Error initializing QuantumRenderer: no suitable pipeline found etc.

so I'm assuming maybe I need to install e(fx)clipse plugin in eclipse, because that is the only solution that I have never tried that I found online for installing javafx in eclipse.

by the way I'm using JDK 12 and Eclipse 2018-09.

Please help

Upvotes: 2

Views: 1246

Answers (1)

mipa
mipa

Reputation: 10650

Just follow the instructions here: https://openjfx.io/openjfx-docs/ You don't need e(fx)clipse to run JavaFX apps from Eclipse. Update your ancient software stack. We are writing the year 2020.

Upvotes: 2

Related Questions