- view the contents of xmit files
- view xmit files stored as PDS members
- view compressed xmit files
- extract individual PDS members
- Download and install Java 11 and JavaFX 11, which are now separate downloads.
- Download XmitApp.
- Create executable run file.
/path/to/jdk-11.0.1.jdk/Contents/Home/bin/java \
--module-path /path/to/javafx-sdk-11/lib \
--add-modules=javafx.controls \
-Dfile.encoding=UTF-8 \
-jar /path/to/XmitApp.jar
C:\path\to\jdk-11.0.1\bin\java.exe \
--module-path C:\path\to\javafx-sdk-11.0.1\lib \
--add-modules=javafx.controls \
-Dfile.encoding=UTF-8 \
-jar C:\path\to\XmitApp.jar