Download jFed build #170127-15

Installers

Installing jFed using the installer is the recommended method of using jFed.

Choose the correct installer for your operating system:

Microsoft Windows

Prerequisites: PuTTY is required to launch SSH terminals. As jFed uses advanced features like PuTTY’s SSH-agent ‘Pageant’, a full installation is required. Use the full Windows installer of PuTTY to make sure that all necessary components are installed.

Windows jFed installer for Microsoft Windows

Mac OS X

Attention: To allow the installation of jFed, you need to start ‘jFed Installer’ with right-click + ‘Open’

OS X jFed installer for Mac OS X

Linux

Prerequisites: Oracle Java 8 or OpenJFX is required for running jFed. Please make sure that it is correctly installed. See Java 8 on Linux.

Linux You can install jFed using one of the following packages:

Advanced: Jar download

GUIs

You can download the jar files of the GUIs: jFed GUI (archive)

This archive contains both the jar for each of the GUIs, and the libraries that they depend on (in the lib/ dir).

To run the GUIs this way, make sure the lib dir is in the same folder as the jar.

Example:

 $ wget -nv http://jfed.iminds.be/releases/develop/VERSION/jar/jfed_gui.tar.gz
2017-01-10 11:27:28 URL:http://jfed.iminds.be/releases/develop/VERSION/jar/jfed_gui.tar.gz [25654644/25654644] -> "jfed_gui.tar.gz" [1]
 $ tar xfz jfed_gui.tar.gz
 $ cd jfed_gui
 $ ls
automated-testing-gui.jar  experimenter-gui.jar  lib  probe-gui.jar
 $ java -jar experimenter-gui.jar
            

The included GUIs are:

Command Line tools:

This archive contains both the jar for each of the CLIs, and the libraries that they depend on (in the lib/ dir).

To run the CLIs, make sure the lib dir is in the same folder as the jar.

You can download the jar files of the CLIs: jFed CLI (archive)

The included CLIs are:

Sources

This build used commit #12b08a10d525cd29a74d5cb4edc7e761dab04105

You can download the source of this commit here: jFed-src-12b08a10.zip

Internal info

Commit info

Commit source