Download jFed build #200827-17242

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: Java 14 is required for running jFed. Please make sure that it is correctly installed. See Java 14 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 https://jfed.ilabt.imec.be/releases/develop/VERSION/jar/jfed_gui.tar.gz
2017-01-10 11:27:28 URL:https://jfed.ilabt.imec.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:

Source

This build used commit af7cc21695e40324df1f38312e4d04a5f9a1e4fd

File Overview

Source Archive