Skip to content

dmolony/Xmit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xmit

Sample screens

MacOS

Mac

Windows

Windows

Linux

Linux

Installation

  • Download and install Java 17 and JavaFX 17, which are now separate downloads.
  • Download XmitApp.
  • Create executable run file.

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

Windows batch file

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

First execution

Read the helpful message.
alert
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.
file dialog
This will remain the xmit file folder until you change it.