Download and install Java 17 <https://jdk.java.net/17/> and JavaFX 17 <https://gluonhq.com/products/javafx/>, which are now separate downloads...
And MacOS or Linux shell file /path/to/jdk-17.jdk/Contents/Home/bin/java \ --module-path /path/to/javafx-sdk-17/lib \ --add-modules=javafx.controls \ -Dfile.encoding=UTF-8 \ -jar /path/to/XmitApp.jar On Tue, 4 Oct 2022 at 17:56, Paul Gilmartin < [email protected]> wrote: > On Tue, 4 Oct 2022 20:14:49 +0000, Robert Prins wrote: > > >Cross platform: > > > >https://github.com/dmolony/Xmit > > > Tantalizing, but I get: > > 765 $ java -jar XmitApp.jar > Error: Could not find or load main class com.bytezone.xmit.gui.XmitApp > Caused by: java.lang.NoClassDefFoundError: javafx/application/Application > 763 $ > 763 $ uname -sv > Darwin Darwin Kernel Version 21.6.0: Mon Aug 22 20:17:10 PDT 2022; > root:xnu-8020.140.49~2/RELEASE_X86_64 > > Where can I get the other piece(s)? Is there something I need in > CLASSPATH? > > -- > gil > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- Robert AH Prins robert(a)prino(d)org The hitchhiking grandfather <https://prino.neocities.org/index.html> Some REXX code for use on z/OS <https://prino.neocities.org/zOS/zOS-Tools.html> ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
