/Xmit

Xmit File Viewer

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Xmit

Sample screens

MacOS

Mac

Windows

Windows

Linux

Linux

Installation

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

MacOS or Unix shell 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

Windows batch file

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