<div dir="ltr"><p>Hello,</p>
<p>Thanks for the detailed answer! I completely forgot that JDK builds 
with JavaFX included exist, and that Zulu JDK has everything I need.</p>
<p>Best Regards</p></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">пт, 21 мар. 2025 г. в 21:05, Kevin Rushforth <<a href="mailto:kevin.rushforth@oracle.com">kevin.rushforth@oracle.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Johan can answer your question about publishing to maven central. I can <br>
confirm that the jar files for publication are being generated.<br>
<br>
Incubator modules are not in the list of transitive dependencies for any <br>
existing module -- nor should they be, since incubator modules must be <br>
explicitly requested and are not depended on by other non-incubator <br>
modules. You would need to explicitly declare a dependency on the <br>
incubator module.<br>
<br>
As for how to use them without relying on Maven Central, you can <br>
download the JMODs or SDK from <a href="https://jdk.java.net/javafx24" rel="noreferrer" target="_blank">https://jdk.java.net/javafx24</a> or <br>
<a href="https://openjfx.io" rel="noreferrer" target="_blank">https://openjfx.io</a> and then use jlink (if using the JMODs) to create a <br>
custom JDK that includes JavaFX or use --module-path, if using the SDK. See:<br>
<br>
<a href="https://openjfx.io/openjfx-docs/" rel="noreferrer" target="_blank">https://openjfx.io/openjfx-docs/</a><br>
<br>
And look at the "Runtime images" or "Run HelloWorld using JavaFX SDK" <br>
sections of the doc.<br>
<br>
Either way you will need to use "--add-modules jfx.incubator.richtext" <br>
since incubator modules are (intentionally) not resolved by default.<br>
<br>
-- Kevin<br>
<br>
<br>
On 3/21/2025 3:29 AM, <a href="mailto:quizynox@gmail.com" target="_blank">quizynox@gmail.com</a> wrote:<br>
> Hello,<br>
><br>
> I'm very excited to try the recent incubated features. Thank you all <br>
> for the great job! Could someone please explain how to use them? They <br>
> are separate modules, but I don't see them published to Maven Central, <br>
> and they aren't included as transitive dependencies for existing <br>
> modules either. Am I supposed to compile JavaFX locally?<br>
><br>
> Best Regards.<br>
<br>
</blockquote></div>