openjfx / openjfx-docs

Getting started guide for JavaFX 11
BSD 3-Clause "New" or "Revised" License
96 stars 25 forks source link

Eclipse Maven javafx Problem - Missing artifact org:openjfx:javafx-base:jar:${javafx.platform}:22.0.1 #258

Open Erwin282 opened 1 month ago

Erwin282 commented 1 month ago

pom.xml File leads to the error described in the title.

How to solve it ?

linux UTF-8 1.8 1.8 22.0.1

...

org.openjfx javafx ${javafx.version} pom org.openjfx javafx-graphics ${javafx.version} ...
iRecursion commented 2 weeks ago
<dependency>
    <groupId>org.openjfx</groupId>
    <artifactId>javafx-base</artifactId>
    <version>${jfx.version}</version>
    <scope>system</scope>
    <systemPath>${jfx.sdk.path}/lib/javafx.base.jar</systemPath>
</dependency