How do I run the 11.0.0 RC2 samples?

127 views
Skip to first unread message

munn...@gmail.com

unread,
Mar 7, 2019, 8:19:23 PM3/7/19
to ControlsFX
I built the 11.0.0 code from the 9.0.0 branch on github but I can't run the samples:

c:\>java --version
java 11.0.2 2019-01-15 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.2+9-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.2+9-LTS, mixed mode)

c:\>java -jar controlsfx-samples-11.0.0-SNAPSHOT.jar
Error: Could not find or load main class org.controlsfx.fxsampler.fxsampler.FXSampler
Caused by: java.lang.ClassNotFoundException: org.controlsfx.fxsampler.fxsampler.FXSampler

Should that work?

Abhinay Agarwal

unread,
Mar 22, 2019, 5:52:16 AM3/22/19
to ControlsFX
Hi,

You can no longer run the samples directly from the jar. This is the reason we no longer release the controls-samples.jar.

You can run the samples by cloning the repository, switch to 9.0.0 branch and run `./gradlew run`.

Best regards,
Abhinay
Reply all
Reply to author
Forward
0 new messages