简体   繁体   中英

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM