- view the contents of xmit files
- view xmit files stored as PDS members
- view compressed xmit files without decompressing
- selectable codepages and fonts
- filter/search PDS members
- extract individual PDS members
- view AWS tape files
- Download and install Java 17 and JavaFX 17, which are now separate downloads.
- Download XmitApp.
- Create executable run 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
C:\path\to\jdk-17\bin\java.exe \
--module-path C:\path\to\javafx-sdk-17\lib \
--add-modules=javafx.controls \
-Dfile.encoding=UTF-8 \
-jar C:\path\to\XmitApp.jar
Read the helpful message.
Specify the location of your xmit files. Note that this must be a FOLDER, not a file. The specified folder may contain subfolders, these will all appear in the file tree within the application.
This will remain the xmit file folder until you change it.